From 29cf5d71c180c0174f1d7e64d4002c91f5452c4b Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 6 Nov 2022 00:39:31 +0100 Subject: Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a77dc5..647124a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ push: setup-buildx docker buildx build \ --platform $(IMAGE_PLATFORMS) \ -t $(IMAGE_NAME):latest . --push - if git describe --exact-match; then \ + if git describe --exact-match --all; then \ docker buildx build \ --platform $(IMAGE_PLATFORMS) \ -t $(IMAGE_NAME):$(shell git describe --tags --abbrev=0) . --push; \ -- cgit v1.2.3