aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Segundo2023-06-03 19:09:34 +0200
committerChristian Segundo2023-06-03 19:09:34 +0200
commite75978e2a4e946a1d4ef462b254f5a891426f9e3 (patch)
tree1daa30f7d390c0ed4f906dcef2b5b03ffbf6cba2 /Makefile
parentc22c0d860570e3696ce62115fd6e3e34d5c88df8 (diff)
downloadlanguagetool-e75978e2a4e946a1d4ef462b254f5a891426f9e3.tar.gz
fix tag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 326392c..d77fef4 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \