Skip to content

Commit

Permalink
Re-add the buildx-setup step
Browse files Browse the repository at this point in the history
Seeing as we refer to its output a bit later in the file.
  • Loading branch information
infracaninophile committed Nov 5, 2024
1 parent 2995102 commit 05043dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
env:
CHECK_ONLY: "true"
run: ${{ matrix.build_cmd }}
- id: buildx-setup
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: "lab:latest"
driver: cloud
endpoint: "netboxcommunity/netbox-default"
if: steps.check-build-needed.outputs.skipped != 'true'
- id: ghcr-io-login
name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 05043dc

Please sign in to comment.