Actualiser .gitea/workflows/build-push.yaml
Some checks failed
Check BlueSky Crossposter version / check-version (push) Successful in 15s
Build and Push Docker Image / build (push) Failing after 4s

This commit is contained in:
2025-04-14 00:04:40 +02:00
parent 11e9bd95d1
commit de51d95f28

View File

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