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

Merge branch 'fix-image-registry-name-backports' into 'main'

Fix image registry name for backports

See merge request components/opentofu!63
parents d33a27bf 0e2ae0bc
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ variables:
# Compatible OpenTofu version, see https://gitlab.com/components/opentofu/-/releases
OPENTOFU_VERSION: "1.6.0"
# Job Image with `gitlab-tofu`
GITLAB_OPENTOFU_IMAGE_REGISTRY_BASE: $CI_REGISTRY/$CI_PROJECT_PATH
GITLAB_OPENTOFU_IMAGE_REGISTRY_BASE: $CI_REGISTRY/components/opentofu
# The relative path to the root directory of the OpenTofu project
TF_ROOT: ${CI_PROJECT_DIR}
# The name of the state file used by the GitLab Managed Terraform state backend
......
......@@ -19,7 +19,7 @@ variables:
# Compatible OpenTofu version, see https://gitlab.com/components/opentofu/-/releases
OPENTOFU_VERSION: "1.6.0"
# Job Image with `gitlab-tofu`
GITLAB_OPENTOFU_IMAGE_REGISTRY_BASE: $CI_REGISTRY/$CI_PROJECT_PATH
GITLAB_OPENTOFU_IMAGE_REGISTRY_BASE: $CI_REGISTRY/components/opentofu
# The relative path to the root directory of the OpenTofu project
TF_ROOT: ${CI_PROJECT_DIR}
# The name of the state file used by the GitLab Managed Terraform state backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment