Skip to content

Commit

Permalink
fixup! split to 'docker-force' target as a guard for tagged commits only
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 7, 2022
1 parent 8dabab0 commit a529bb3
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 @@ -163,7 +163,7 @@ docker:
else \
echo "Current version $(GIT_DESCRIBE) isn't in 'git tag'."; \
echo "Run 'make docker-force' if you really want to build and push a $(GIT_DESCRIBE) version."; \
exit 1
exit 1; \
fi

.PHONY: docker-force
Expand Down

0 comments on commit a529bb3

Please sign in to comment.