Skip to content

Commit

Permalink
Add local buildx for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 26, 2024
1 parent adb7ae0 commit 21892f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
if: ${{ startsWith(inputs.registry, 'localhost') }}
with:
driver-opts: network=host
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
if: ${{ ! startsWith(inputs.registry, 'localhost') }}
-
name: Check Presence
id: present
Expand Down

0 comments on commit 21892f8

Please sign in to comment.