mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-01-30 22:09:37 +01:00
fix: use complete image name when computing latest target
This commit is contained in:
parent
a5055cd007
commit
17f90e5aa4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export IMAGE=$IMAGE:$TAG
|
||||||
export CONTEXT_PATH=${INPUT_PATH}
|
export CONTEXT_PATH=${INPUT_PATH}
|
||||||
|
|
||||||
if [[ "$INPUT_TAG_WITH_LATEST" == "true" ]]; then
|
if [[ "$INPUT_TAG_WITH_LATEST" == "true" ]]; then
|
||||||
export IMAGE_LATEST="$IMAGE:latest"
|
export IMAGE_LATEST="$REPOSITORY:latest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function ensure() {
|
function ensure() {
|
||||||
|
|
Loading…
Reference in a new issue