diff options
author | Christian Segundo | 2023-06-03 19:09:34 +0200 |
---|---|---|
committer | Christian Segundo | 2023-06-03 19:09:34 +0200 |
commit | e75978e2a4e946a1d4ef462b254f5a891426f9e3 (patch) | |
tree | 1daa30f7d390c0ed4f906dcef2b5b03ffbf6cba2 /Makefile | |
parent | c22c0d860570e3696ce62115fd6e3e34d5c88df8 (diff) | |
download | languagetool-e75978e2a4e946a1d4ef462b254f5a891426f9e3.tar.gz |
fix tag
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - LANGUAGETOOL_VERSION := 6.1 TRIVY_VERSION := 0.24.2 @@ -47,7 +46,7 @@ build: ci-prepare push: ci-prepare docker buildx build $(BUILDARG_VERSION) $(BUILDARG_PLATFORM) -t $(IMAGENAME):latest . --push - -docker buildx build $(BUILDARG_VERSION) $(BUILDARG_PLATFORM) -t $(IMAGENAME):$(shell git describe --tags --abbrev=0) . --push + docker buildx build $(BUILDARG_VERSION) $(BUILDARG_PLATFORM) -t $(IMAGENAME):$(LANGUAGETOOL_VERSION) . --push trivy: trivy i \ |