From eef5cc4326f47c6f7e4ff72f601c82df785f0a69 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:17:57 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action.yaml b/action.yaml index f6bd68d..dc83005 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}