generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -106,3 +106,12 @@ runs:
|
|||||||
error "Install failed" "Could not install Podman"
|
error "Install failed" "Could not install Podman"
|
||||||
fi
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user