We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341503b commit b3daaf9Copy full SHA for b3daaf9
.github/workflows/ci.yml
@@ -27,6 +27,10 @@ jobs:
27
uses: docker/setup-docker-action@v4
28
with:
29
channel: stable
30
+ - name: Init swarm
31
+ env:
32
+ DOCKER_HOST: ${{steps.setup_docker.outputs.tcp}}
33
+ run: docker swarm init
34
- name: Build with Maven
35
env:
36
DOCKER_HOST: ${{steps.setup_docker.outputs.sock}}
@@ -67,6 +71,10 @@ jobs:
67
71
68
72
69
73
tcp-port: 2375
74
75
76
77
70
78
79
80
DOCKER_HOST: ${{steps.setup_docker.outputs.tcp}}
0 commit comments