From 8a3ad437f9f86a55f2dd65c38d7be491e31e7a8c Mon Sep 17 00:00:00 2001 From: yyvf <yyvf@pm.me> Date: Sun, 30 Mar 2025 15:32:49 -0300 Subject: [PATCH] ci: update tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e255b36..0a626b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" - --destination "${HARBOR_HOST}/${HARBOR_PROJECT}/${CI_PROJECT_NAME}:latest" + --destination "${HARBOR_HOST}/${HARBOR_PROJECT}/${CI_PROJECT_NAME}:${CI_COMMIT_TAG}" --single-snapshot --snapshot-mode=redo --use-new-run -- GitLab