fix drone kaniko build
This commit is contained in:
parent
fcaca588f3
commit
5c351564c2
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user