fix drone kaniko build

This commit is contained in:
David Hiendl 2022-10-20 22:26:35 +02:00
parent fcaca588f3
commit 5c351564c2

View File

@ -29,7 +29,7 @@
# default tag based on commit # default tag based on commit
- | - |
if [[ "$TAG_COMMIT_ENABLE" == "true" ]]; then if [[ "$TAG_COMMIT_ENABLE" == "true" ]]; then
IMAGE_DESTS="$IMAGE_DESTS --destination $CI_REGISTRY_IMAGE:${TAG_COMMIT_PREFIX}${CI_COMMIT_SHA}" IMAGE_DESTS="$IMAGE_DESTS --destination $CI_REGISTRY_IMAGE:$TAG_COMMIT_PREFIX$CI_COMMIT_SHA"
fi fi
# add tag for reference if available using slug # add tag for reference if available using slug