Actualiser .gitea/workflows/build-push.yaml
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user