From 18e42bda7defc34baefa0ccae485e2207d6b0f96 Mon Sep 17 00:00:00 2001 From: Sven Schliesing <s.schliesing@ndr.de> Date: Fri, 21 Feb 2025 18:49:09 +0100 Subject: [PATCH] use components/opentofu/gitlab-opentofu image --- templates/module-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/module-release.yml b/templates/module-release.yml index 08c4f06..a767ab7 100644 --- a/templates/module-release.yml +++ b/templates/module-release.yml @@ -34,7 +34,7 @@ spec: '$[[ inputs.as ]]': stage: $[[ inputs.stage ]] - image: curlimages/curl:8.8.0 + image: registry.gitlab.com/components/opentofu/gitlab-opentofu:0.53.0-opentofu1.9.0-debian variables: TAR_FILENAME: /tmp/${CI_PROJECT_NAME}-${CI_COMMIT_SHA}.tgz GITLAB_TOFU_ROOT_DIR: $[[ inputs.root_dir ]] -- GitLab