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.