Skip to content

Commit

Permalink
Try setting host var
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 10, 2025
1 parent 123c4e3 commit 2f0838a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: docker/setup-docker-action@v4
with:
version: ${{ matrix.docker-version }}
set-host: 'true'
- run: docker swarm init
- name: Build with Gradle
run: ./gradlew assemble check
1 change: 1 addition & 0 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: docker/setup-docker-action@v4
with:
version: ${{ matrix.docker-version }}
set-host: 'true'
- run: docker swarm init
- name: Build with Gradle
run: ./gradlew assemble check
Expand Down

0 comments on commit 2f0838a

Please sign in to comment.