From 1f80ceca24dd4280a55703daf61142bc7e8fda3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=A5=A0?= Date: Sun, 7 Apr 2024 19:19:56 +0800 Subject: [PATCH] test: cicd --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b5cf75..f1710c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { --registry-mirror="${DOCKER_REGISTRY}" \ --destination "${DOCKER_REGISTRY}:/${PROJECT}:${IMAGE_TAG}" \ --label org.opencontainers.image.branch=${BRANCH_NAME} \ - --label org.opencontainers.image.created=${BUILD_TIMESTAMP} \ + --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.url="${BUILD_URL}" \