Add a comment for 'no-cache'

This commit is contained in:
Nils Freydank 2023-06-17 23:29:18 +02:00
parent 18f42bf552
commit 4c784c61fd
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -34,6 +34,7 @@ podman_build_args=(
--label="gentoo-nfr-${IMAGE_TAG}" --label="gentoo-nfr-${IMAGE_TAG}"
# Sign the image. # Sign the image.
#--sign-by="${GPG_SIGNING_KEY}" #--sign-by="${GPG_SIGNING_KEY}"
# Rebuild everything w/o cache.
--no-cache --no-cache
) )