aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Segundo2022-11-06 00:39:31 +0100
committerGitHub2022-11-06 00:39:31 +0100
commit29cf5d71c180c0174f1d7e64d4002c91f5452c4b (patch)
treee4357a4d1f2167aa23c5ea6fb786649d5cea6362 /Makefile
parenta692859441851512370e10236fe2076370c731c0 (diff)
downloadnvim-29cf5d71c180c0174f1d7e64d4002c91f5452c4b.tar.gz
Update Makefile
Diffstat (limited to 'Makefile')
-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; \