mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-24 00:43:38 +01: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"
|
version: "lab:latest"
|
||||||
driver: cloud
|
driver: cloud
|
||||||
endpoint: "netboxcommunity/netbox-default"
|
endpoint: "netboxcommunity/netbox-default"
|
||||||
|
if: steps.check-build-needed.outputs.skipped != 'true'
|
||||||
# quay.io
|
# quay.io
|
||||||
- id: quay-io-login
|
- id: quay-io-login
|
||||||
name: Login to Quay.io
|
name: Login to Quay.io
|
||||||
|
Loading…
Reference in New Issue
Block a user