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 1m36s

This commit is contained in:
2025-04-14 10:20:14 +02:00
parent 9ac43595b8
commit 0a6253d4ef

View File

@@ -24,10 +24,10 @@ jobs:
- name: Start the job - name: Start the job
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/healthchecks-ping@main uses: https://gargoton.petite-maison-orange.fr/pmo-actions/healthchecks-ping@main
with: with:
server: ${{ env.CHECK_SERVER }} check_server: ${{ env.CHECK_SERVER }}
uuid: ${{ env.CHECK_UUID }} check_uuid: ${{ env.CHECK_UUID }}
command: start check_command: start
message: 'Starting job for image ${{ env.IMAGE_NAME }}' check_message: 'Starting job for image ${{ env.IMAGE_NAME }}'
- name: install podman - name: install podman
run: | run: |