Actualiser action.yaml

This commit is contained in:
2025-04-28 20:34:59 +02:00
parent d438411c63
commit a6c99e3da7

View File

@@ -21,6 +21,10 @@ inputs:
description: 'Command used to build the image (docker|podman)'
required: false
default: docker
no_cache:
description: 'Do we desactivate cache during image duilding'
required: false
default: false
tag_command:
description: 'Command used to tag the image (docker|podman)'
required: false
@@ -152,6 +156,7 @@ runs:
image_tags: '${{ env.IMAGE_TAGS }}'
registry_server: '${{ inputs.registry_server }}'
build_command: '${{ inputs.build_command }}'
no_cache: '${{ inputs.no_cache }}'
tag_command: '${{ inputs.tag_command }}'
debug: ${{ inputs.debug }}