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 }}