Actualiser .gitea/workflows/build-push.yaml
This commit is contained in:
@@ -22,10 +22,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Start the job
|
||||
run: |
|
||||
curl -fsS -m 10 --retry 5 \
|
||||
${{ env.CHECK }}/start
|
||||
shell: bash
|
||||
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/healthchecks-ping@main
|
||||
with:
|
||||
server: ${{ env.CHECK_SERVER }}
|
||||
uuid: ${{ env.CHECK_UUID }}
|
||||
command: Log
|
||||
message: 'Starting job for image ${{ env.IMAGE_NAME }}'
|
||||
|
||||
- name: install podman
|
||||
run: |
|
||||
@@ -40,7 +42,7 @@ jobs:
|
||||
with:
|
||||
server: ${{ env.CHECK_SERVER }}
|
||||
uuid: ${{ env.CHECK_UUID }}
|
||||
command: start
|
||||
command: Log
|
||||
message: 'Buildind docker image for $(cat ${{ env.RELEASE_FILE }})'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user