From 86f6d4e8c437032e83fdae7beb530be900fb8c3a Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 18 Oct 2023 20:39:06 +0200 Subject: [PATCH] Fix latest tag --- build-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image.sh b/build-image.sh index 22ce9f0..7d8d636 100755 --- a/build-image.sh +++ b/build-image.sh @@ -44,7 +44,7 @@ PODMAN_BUILD_ARGS=( --platform "${OCI_ARCH}" # Tag the generated image. -t "${IMAGE_TAG}" - -t "latest" + -t "${REGISTRY}:latest" # Label the image. --label="gentoo-nfr-${IMAGE_TAG}" # sign the image.