test: cicd
Some checks failed
MJN/finance-dbt/pipeline/head There was a failure building this commit

This commit is contained in:
沈楠 2024-04-07 19:19:56 +08:00
parent 3b1c9f96ea
commit 1f80ceca24

2
Jenkinsfile vendored
View File

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