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

Install crane

parent cba22d1d
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,9 @@ gitlab-opentofu-image:deploy:dry-run:
gitlab-opentofu-image:sign:
extends: '.image-matrix:deploy'
stage: sign
image: alpine:3.20.3
image:
name: alpine/crane:0.20.2
entrypoint: [""]
variables:
COSIGN_YES: "true" # Used by Cosign to skip confirmation prompts for non-destructive operations
id_tokens:
......@@ -275,7 +277,9 @@ gitlab-opentofu-image:sign:
gitlab-opentofu-image:verify-signature:
extends: '.image-matrix:deploy'
stage: verify
image: alpine:3.20.3
image:
name: alpine/crane:0.20.2
entrypoint: [""]
before_script:
- *image-matrix-deploy-release-name-script
- apk add --update cosign
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment