Actualiser action.yaml

This commit is contained in:
2025-04-14 16:17:57 +02:00
parent d97a5bddf8
commit eef5cc4326

View File

@@ -106,3 +106,12 @@ runs:
error "Install failed" "Could not install Podman"
fi
- name: Build image starting
if: inputs.check_server != '' && inputs.check_uuid != ''
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/healthchecks-ping@main
with:
check_server: ${{ inputs.check_server }}
check_uuid: ${{ inputs.check_uuid }}
check_command: log
check_message: 'Buildind docker image for ${{ steps.get_version.outputs.version }}'
debug: ${{ inputs.debug }}