Skip to content

Commit

Permalink
use network settings on correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Feb 14, 2024
1 parent ac59ee8 commit 83907dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host

- name: Checkout Cycamore
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 83907dd

Please sign in to comment.