Actualiser action.yaml

This commit is contained in:
2025-12-26 13:41:35 +01:00
parent 026adb0349
commit 08472ffb70

View File

@@ -24,7 +24,7 @@ inputs:
tag_command:
description: 'Command used to tag the image (docker|podman)'
required: false
default: podman
default: docker
debug:
description: 'Run the action in debug mode'
required: false
@@ -52,7 +52,7 @@ runs:
echo "DEBUG=ON" >> $GITHUB_ENV
debug Debug switch on
- name: Tash description
- name: Task description
shell: bash
run: |
source "${{ github.action_path }}/../bashlib.sh"
@@ -78,7 +78,7 @@ runs:
image="${{ inputs.registry_server }}/${{ inputs.image_name }}${sep}${tags[0]}"
if [[ ${{ input.no_cache }} == "true" ]] ; then
if [[ ${{ inputs.no_cache }} == "true" ]] ; then
nocache="--pull --no-cache"
else
nocache=""