Skip to content

Commit

Permalink
Fix: Fixed image push variable flag error
Browse files Browse the repository at this point in the history
  • Loading branch information
satishweb committed Feb 24, 2024
1 parent a652017 commit 3c0388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifdef PUSH_IMAGES
endif

ifdef PUSH_GIT_TAGS
EXTRA_BUILD_PARAMS = --push-git-tags
EXTRA_BUILD_PARAMS += --push-git-tags
endif


Expand Down

0 comments on commit 3c0388a

Please sign in to comment.