Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
af1f7ea186 | |||
98dea6ec95 |
@ -1,4 +1,4 @@
|
|||||||
FROM gcr.io/kaniko-project/executor:debug-v0.9.0
|
FROM gcr.io/kaniko-project/executor:debug-v0.10.0
|
||||||
|
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
ENV USER root
|
ENV USER root
|
||||||
|
@ -55,7 +55,7 @@ if [ -n "${PLUGIN_TAGS:-}" ]; then
|
|||||||
elif [ -f .tags ]; then
|
elif [ -f .tags ]; then
|
||||||
DESTINATIONS=$(cat .tags| tr ',' '\n' | while read tag; do echo "--destination=${REGISTRY}/${PLUGIN_REPO}:${tag} "; done)
|
DESTINATIONS=$(cat .tags| tr ',' '\n' | while read tag; do echo "--destination=${REGISTRY}/${PLUGIN_REPO}:${tag} "; done)
|
||||||
elif [ -n "${PLUGIN_REPO:-}" ]; then
|
elif [ -n "${PLUGIN_REPO:-}" ]; then
|
||||||
DESTINATIONS="--destination=${PLUGIN_REPO}:latest"
|
DESTINATIONS="--destination=${REGISTRY}/${PLUGIN_REPO}:latest"
|
||||||
else
|
else
|
||||||
DESTINATIONS="--no-push"
|
DESTINATIONS="--no-push"
|
||||||
# Cache is not valid with --no-push
|
# Cache is not valid with --no-push
|
||||||
|
Reference in New Issue
Block a user