mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
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:
commit
656b118826
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 New Issue
Block a user