diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 12dc5c0..7f97a18 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -96,6 +96,14 @@ jobs: command: fail message: 'Failed to build docker image for $(cat ${{ env.RELEASE_FILE }})' + - name: Image built and tagged + uses: https://gargoton.petite-maison-orange.fr/pmo-actions/healthchecks-ping@main + with: + server: ${{ env.CHECK_SERVER }} + uuid: ${{ env.CHECK_UUID }} + command: log + message: 'Docker image for $(cat ${{ env.RELEASE_FILE }}) built and tagged' + - name: Push image to registry run: | tags=(${{ env.IMAGE_TAGS }}) @@ -118,7 +126,7 @@ jobs: server: ${{ env.CHECK_SERVER }} uuid: ${{ env.CHECK_UUID }} command: stop - message: 'Docker image for $(cat ${{ env.RELEASE_FILE }}) built and pushed' + message: 'Docker image for $(cat ${{ env.RELEASE_FILE }}): task done' \ No newline at end of file