Actualiser action.yaml

This commit is contained in:
2025-05-01 10:02:33 +02:00
parent 0943692287
commit 4e90b0019e

View File

@@ -74,7 +74,7 @@ runs:
image="${{ inputs.registry_server }}/${{ inputs.image_name }}${sep}${tags[0]}"
if [[ ${{ input.no_cache }} == "true" ]] ; then
nocache="--no-cache"
nocache="--pull --no-cache"
else
nocache=""
fi