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

Remove duplicate image digest from `apply` job

Changelog: fixed
parent 7cffa28c
Branches
Tags
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