From edef34680e9e3ba2fa45dc8386ff5f2a79fb777b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=A5=A0?= Date: Mon, 8 Apr 2024 11:22:27 +0800 Subject: [PATCH] git_tag -> image_tag --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1710c5..5fc7a79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { --label org.opencontainers.image.branch=${BRANCH_NAME} \ --label org.opencontainers.image.build_tag=${BUILD_TAG} \ --label org.opencontainers.image.revision="${GIT_COMMIT}" \ - --label org.opencontainers.image.version="${GIT_TAG}" \ + --label org.opencontainers.image.version="${IMAGE_TAG}" \ --label org.opencontainers.image.url="${BUILD_URL}" \ --label org.opencontainers.image.source="${GIT_URL}" """