mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
When no build is needed don't create the buildx config
This commit is contained in:
parent
2d5c453350
commit
f134a44bc7
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue