Skip to content
Snippets Groups Projects
Commit 43e8d023 authored by João Alexandre Cunha's avatar João Alexandre Cunha Committed by Patrick Rice
Browse files

fix: resolve one more registry path

parent 794216b9
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ release-tofu: ...@@ -200,7 +200,7 @@ release-tofu:
name: gcr.io/go-containerregistry/crane:debug name: gcr.io/go-containerregistry/crane:debug
entrypoint: [""] entrypoint: [""]
variables: variables:
RELEASE_IMAGE_NAME: "$CI_REGISTRY_IMAGE/releases/tofu/$TOFU_VERSION" RELEASE_IMAGE_NAME: "$CI_REGISTRY_IMAGE/releases-tofu/$TOFU_VERSION"
script: script:
# https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md # https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md
- crane auth login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - crane auth login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment