沈楠
aca179a9d9
Some checks failed
MJN/finance-dbt/pipeline/head There was a failure building this commit
12 lines
582 B
Bash
12 lines
582 B
Bash
/kaniko/executor \
|
|
--context . \
|
|
--cache=true \
|
|
--cache-dir="${WORKSPACE}/kaniko-cache" \
|
|
--registry-mirror="${DOCKER_REGISTRY}" \
|
|
--destination "${DOCKER_REGISTRY}/${ORG}/${PROJECT}:${IMAGE_TAG}" \
|
|
--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="${IMAGE_TAG}" \
|
|
--label org.opencontainers.image.url="${BUILD_URL}" \
|
|
--label org.opencontainers.image.source="${GIT_URL}" |