We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d16e1 commit 42c56feCopy full SHA for 42c56fe
1 file changed
.github/workflows/workflows.yaml
@@ -29,6 +29,8 @@ jobs:
29
kubernetes version: ${{ matrix.kubernetes }}
30
- name: Setup Docker
31
run: sudo apt-get -qq -y install conntrack socat ; nohup socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock &
32
+ - name: Setup Docker Swarm
33
+ run: docker swarm init
34
- name: Pull Image
35
run: docker pull openanalytics/shinyproxy-demo:latest
36
- name: Build with Maven
0 commit comments