Skip to content
Snippets Groups Projects
Commit 01d69542 authored by Amelia Yukii's avatar Amelia Yukii
Browse files

Revert "build stable with stable tag"

This reverts commit acf3e346
parent acf3e346
No related branches found
No related tags found
1 merge request!486bump `devel` version
Pipeline #48 passed with stages
in 10 minutes and 26 seconds
......@@ -90,26 +90,15 @@ mergeManifests:
entrypoint: [""]
script:
- >-
if test "$REGISTRY_PUSH_TAG" == "stable"; then
manifest-tool
--username=${CI_REGISTRY_USER}
--password=${CI_REGISTRY_PASSWORD}
push from-args
--platforms linux/amd64,linux/arm64
--tags ${REGISTRY_PUSH_VERSION},stable
--template ${CI_REGISTRY_IMAGE}:ARCH
--target ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}
else
manifest-tool
--username=${CI_REGISTRY_USER}
--password=${CI_REGISTRY_PASSWORD}
push from-args
--platforms linux/amd64,linux/arm64
--tags ${REGISTRY_PUSH_VERSION}
--template ${CI_REGISTRY_IMAGE}:ARCH
--target ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}
fi
manifest-tool
--username=${CI_REGISTRY_USER}
--password=${CI_REGISTRY_PASSWORD}
push from-args
--platforms linux/amd64,linux/arm64
--tags ${REGISTRY_PUSH_VERSION}
--template ${CI_REGISTRY_IMAGE}:ARCH
--target ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}
only:
- stable
- develop
- tags
- tags
\ No newline at end of file
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