From 920e46cdbb1e8ff6586eeca37e1a181336ef6b16 Mon Sep 17 00:00:00 2001 From: Rafik Farhad Date: Thu, 2 Sep 2021 12:25:47 +0600 Subject: [PATCH] push_only flag fixed --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7ddd93a..6b6a11b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -39,7 +39,7 @@ split_csv $INPUT_IMAGE_TAG ALL_IMAGE_TAG TEMP_IMAGE_NAME="$INPUT_IMAGE_NAME:temporary" -if [ "$PUSH_ONLY" = true ]; then +if [ "$INPUT_PUSH_ONLY" = true ]; then echo "Skipping image build ..." else echo "Building image ..."