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

version is better

(cherry picked from commit fb455e4f)
parent 9c4353ee
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ buildDocker: ...@@ -74,7 +74,7 @@ buildDocker:
/kaniko/executor /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}-${ARCH}" --destination "${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_VERSION}-${ARCH}"
only: only:
- stable - stable
- develop - develop
...@@ -99,7 +99,7 @@ mergeManifests: ...@@ -99,7 +99,7 @@ mergeManifests:
push from-args push from-args
--platforms linux/amd64,linux/arm64 --platforms linux/amd64,linux/arm64
--tags ${REGISTRY_PUSH_VERSION} --tags ${REGISTRY_PUSH_VERSION}
--template ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}-ARCH --template ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_VERSION}-ARCH
--target ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG} --target ${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_TAG}
only: only:
- stable - stable
......
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