From 4e90b0019e0774d4cf0f355ca2eb1c9a291ff2a1 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 1 May 2025 10:02:33 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index b0f3def..658bcec 100644 --- a/action.yaml +++ b/action.yaml @@ -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