Skip to content
Snippets Groups Projects
Commit 794216b9 authored by Patrick Rice's avatar Patrick Rice
Browse files

fix: resolved a length issue with opentofu registry path

parent ce60cf00
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ release-tofu:
# 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 copy "$TOFU_IMAGE_NAME" "$RELEASE_IMAGE_NAME:latest"
- crane copy "$TOFU_IMAGE_NAME" "$CI_REGISTRY_IMAGE/releases/tofu:$TOFU_BINARY_VERSION"
- crane copy "$TOFU_IMAGE_NAME" "$CI_REGISTRY_IMAGE/releases-tofu:$TOFU_BINARY_VERSION"
- crane copy "$TOFU_IMAGE_NAME" "$RELEASE_IMAGE_NAME:$CI_COMMIT_TAG"
# Removed the "stable" release for now, since tofu is still in beta itself
rules:
......
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