We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d3660 commit 2e98524Copy full SHA for 2e98524
1 file changed
Makefile
@@ -2,9 +2,9 @@ NAME := ghcr.io/alexandru/github-webhook-listener
2
TAG := $$(./scripts/new-version.sh)
3
IMG_JVM := ${NAME}:jvm-${TAG}
4
IMG_NATIVE := ${NAME}:native-${TAG}
5
-LATEST_JVM := ${NAME}:jvm-latest
6
-LATEST_NATIVE := ${NAME}:native-latest
7
-LATEST := ${NAME}:latest
+LATEST_JVM := ${NAME}:jvm-v2
+LATEST_NATIVE := ${NAME}:native-v2
+LATEST := ${NAME}:v2
8
PLATFORM ?= linux/amd64,linux/arm64
9
10
dependency-updates:
0 commit comments