Skip to content

Commit

Permalink
push_only flag fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RafikFarhad committed Sep 2, 2021
1 parent 5bd10a1 commit 920e46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..."
Expand Down

0 comments on commit 920e46c

Please sign in to comment.