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