Skip to content

Commit 2e98524

Browse files
committed
v2
1 parent 84d3660 commit 2e98524

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ NAME := ghcr.io/alexandru/github-webhook-listener
22
TAG := $$(./scripts/new-version.sh)
33
IMG_JVM := ${NAME}:jvm-${TAG}
44
IMG_NATIVE := ${NAME}:native-${TAG}
5-
LATEST_JVM := ${NAME}:jvm-latest
6-
LATEST_NATIVE := ${NAME}:native-latest
7-
LATEST := ${NAME}:latest
5+
LATEST_JVM := ${NAME}:jvm-v2
6+
LATEST_NATIVE := ${NAME}:native-v2
7+
LATEST := ${NAME}:v2
88
PLATFORM ?= linux/amd64,linux/arm64
99

1010
dependency-updates:

0 commit comments

Comments
 (0)