Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Check BlueSky Crossposter version / check-version (push) Successful in 15s
Build and Push Docker Image / build (push) Successful in 1m39s

This commit is contained in:
2025-04-13 23:59:26 +02:00
parent ff8bdf5128
commit 11e9bd95d1

View File

@@ -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'