Merge pull request #1158 from elezar/fix-dummy-sign-job

[no-relnote] Fix dummy image signing job
This commit is contained in:
Evan Lezar 2025-06-25 16:33:57 +02:00 committed by GitHub
commit 433687e57a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,5 +287,6 @@ sign-images-dummy:
- release-images-dummy
variables:
NGC_CLI: "echo [DUMMY] ngc-cli/ngc"
IMAGE_TAG: "${CI_COMMIT_SHORT_SHA}"
rules:
- if: $CI_COMMIT_TAG == null || $CI_COMMIT_TAG == ""