generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -21,6 +21,10 @@ inputs:
|
|||||||
description: 'Command used to build the image (docker|podman)'
|
description: 'Command used to build the image (docker|podman)'
|
||||||
required: false
|
required: false
|
||||||
default: docker
|
default: docker
|
||||||
|
no_cache:
|
||||||
|
description: 'Do we desactivate cache during image duilding'
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
tag_command:
|
tag_command:
|
||||||
description: 'Command used to tag the image (docker|podman)'
|
description: 'Command used to tag the image (docker|podman)'
|
||||||
required: false
|
required: false
|
||||||
@@ -152,6 +156,7 @@ runs:
|
|||||||
image_tags: '${{ env.IMAGE_TAGS }}'
|
image_tags: '${{ env.IMAGE_TAGS }}'
|
||||||
registry_server: '${{ inputs.registry_server }}'
|
registry_server: '${{ inputs.registry_server }}'
|
||||||
build_command: '${{ inputs.build_command }}'
|
build_command: '${{ inputs.build_command }}'
|
||||||
|
no_cache: '${{ inputs.no_cache }}'
|
||||||
tag_command: '${{ inputs.tag_command }}'
|
tag_command: '${{ inputs.tag_command }}'
|
||||||
debug: ${{ inputs.debug }}
|
debug: ${{ inputs.debug }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user