diff options
author | Christian Segundo | 2022-11-06 00:39:31 +0100 |
---|---|---|
committer | GitHub | 2022-11-06 00:39:31 +0100 |
commit | 29cf5d71c180c0174f1d7e64d4002c91f5452c4b (patch) | |
tree | e4357a4d1f2167aa23c5ea6fb786649d5cea6362 /Makefile | |
parent | a692859441851512370e10236fe2076370c731c0 (diff) | |
download | nvim-29cf5d71c180c0174f1d7e64d4002c91f5452c4b.tar.gz |
Update Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |