aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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; \