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

New stage for sign job

parent ddbc27f6
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ stages:
- test-integration
- quality
- deploy
- sign
- release
- cleanup
......@@ -250,8 +251,7 @@ gitlab-opentofu-image:deploy:dry-run:
gitlab-opentofu-image:sign:
extends: '.image-matrix:deploy'
stage: deploy
needs: ['gitlab-opentofu-image:deploy']
stage: sign
image: alpine:3.20.3
variables:
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