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}" \