Actualiser .gitea/workflows/build-push.yaml
This commit is contained in:
@@ -13,6 +13,8 @@ env:
|
||||
REGISTRY_PASSWORD: ${{ secrets.NIEPCETOKEN }}
|
||||
CHECK: https://haoma.petite-maison-orange.fr/ping/814308c3-d90c-4511-b236-c40b37a5ad23
|
||||
RELEASE_FILE: bluesky_crossposter_latest.txt
|
||||
CHECK_SERVER: https://haoma.petite-maison-orange.fr
|
||||
CHECK_UUID: 814308c3-d90c-4511-b236-c40b37a5ad23
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -34,11 +36,13 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build image starting
|
||||
run: |
|
||||
curl -fsS -m 10 --retry 5 \
|
||||
--data-raw "Buildind docker image for $(cat ${{ env.RELEASE_FILE }})" \
|
||||
${{ env.CHECK }}/log
|
||||
shell: bash
|
||||
use: pmo-action/healthchecks-ping
|
||||
with:
|
||||
server: ${{ env.CHECK_SERVER }}
|
||||
uuid: ${{ env.CHECK_UUID }}
|
||||
command: log
|
||||
message: 'Buildind docker image for $(cat ${{ env.RELEASE_FILE }})'
|
||||
|
||||
|
||||
- name: Read version file
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user