Merge pull request #1309 from tobiasge/fix-step-skipping

When no build is needed don't create the buildx config
This commit is contained in:
Tobias Genannt 2024-09-06 10:30:30 +02:00 committed by GitHub
commit 656b118826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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