Actualiser .gitea/workflows/docker-build.yml
All checks were successful
Docker Build / Build Docker image (push) Successful in 1m29s

This commit is contained in:
2023-08-30 11:00:17 +02:00
parent f3d84d6d56
commit 98c83b4851

View File

@ -48,7 +48,7 @@ jobs:
if: success() if: success()
with: with:
severity: info severity: info
details: Testflight-watcher Docker image build sucessfull ! details: <@436978132105560064> Testflight-watcher Docker image build sucessfull !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
@ -58,7 +58,7 @@ jobs:
if: failure() if: failure()
with: with:
severity: error severity: error
details: Testflight-watcher Docker image build failed ! details: <@436978132105560064> Testflight-watcher Docker image build failed !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
@ -68,7 +68,7 @@ jobs:
if: cancelled() if: cancelled()
with: with:
severity: warn severity: warn
details: Testflight-watcher Docker image build cancelled ! details: <@436978132105560064> Testflight-watcher Docker image build cancelled !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png avatar_url: https://download.uzurka.fr/Logo/uzurka200.png