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

Merge branch 'image-digest-double' into 'main'

Remove duplicate image digest from `apply` job

See merge request components/opentofu!176
parents 7cffa28c bb9aa26f
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,6 @@ spec: ...@@ -118,6 +118,6 @@ spec:
TF_PLAN_NAME: $[[ inputs.plan_name ]] TF_PLAN_NAME: $[[ inputs.plan_name ]]
OPENTOFU_COMPONENT_VAR_FILE: '$[[ inputs.var_file ]]' OPENTOFU_COMPONENT_VAR_FILE: '$[[ inputs.var_file ]]'
image: image:
name: '$[[ inputs.image_registry_base ]]/$[[ inputs.image_name ]]:$[[ inputs.version ]]-opentofu$[[ inputs.opentofu_version ]]-$[[ inputs.base_os ]]$[[ inputs.image_digest ]]$[[ inputs.image_digest ]]' name: '$[[ inputs.image_registry_base ]]/$[[ inputs.image_name ]]:$[[ inputs.version ]]-opentofu$[[ inputs.opentofu_version ]]-$[[ inputs.base_os ]]$[[ inputs.image_digest ]]'
script: script:
- gitlab-tofu apply - gitlab-tofu apply
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment