Fix latest tag

This commit is contained in:
Nils Freydank 2023-10-18 20:39:06 +02:00
parent 8642162cb0
commit 86f6d4e8c4
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -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.