generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user