From a529bb3d8536e116687f100f6909f89e3325fa43 Mon Sep 17 00:00:00 2001 From: Andrei Neculau Date: Sat, 7 May 2022 15:57:29 +0200 Subject: [PATCH] fixup! split to 'docker-force' target as a guard for tagged commits only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b6b383..a7a34af 100644 --- a/Makefile +++ b/Makefile @@ -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