Skip to content
Snippets Groups Projects
Unverified Commit 4883ce6a authored by Timo Furrer's avatar Timo Furrer
Browse files

Fix stage and dependency of sign job

parent d540048c
No related branches found
No related tags found
No related merge requests found
...@@ -250,6 +250,8 @@ gitlab-opentofu-image:deploy:dry-run: ...@@ -250,6 +250,8 @@ gitlab-opentofu-image:deploy:dry-run:
gitlab-opentofu-image:sign: gitlab-opentofu-image:sign:
extends: '.image-matrix:deploy' extends: '.image-matrix:deploy'
stage: deploy
needs: ['gitlab-opentofu-image:deploy']
image: alpine:3.20.3 image: alpine:3.20.3
variables: variables:
COSIGN_YES: "true" # Used by Cosign to skip confirmation prompts for non-destructive operations COSIGN_YES: "true" # Used by Cosign to skip confirmation prompts for non-destructive operations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment