When no build is needed don't create the buildx config

This commit is contained in:
Tobias Genannt 2024-09-06 09:50:12 +02:00
parent 2d5c453350
commit f134a44bc7

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