Skip to content

Commit

Permalink
When no build is needed don't create the buildx config
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Sep 6, 2024
1 parent 2d5c453 commit f134a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
version: "lab:latest"
driver: cloud
endpoint: "netboxcommunity/netbox-default"
if: steps.check-build-needed.outputs.skipped != 'true'
# quay.io
- id: quay-io-login
name: Login to Quay.io
Expand Down

0 comments on commit f134a44

Please sign in to comment.