Changed: Updated workflows
Some checks reported warnings
Docker Build / Build Docker image (push) Has been cancelled

This commit is contained in:
2023-08-30 10:57:28 +02:00
parent 41f8085684
commit f3d84d6d56
2 changed files with 32 additions and 2 deletions

View File

@ -41,4 +41,34 @@ jobs:
--tag uzurka/testflight-watcher:${{github.sha}} \ --tag uzurka/testflight-watcher:${{github.sha}} \
--platform linux/amd64,linux/arm64,linux/arm/v7 \ --platform linux/amd64,linux/arm64,linux/arm/v7 \
--push \ --push \
. .
- name: Build Success
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
details: Testflight-watcher Docker image build sucessfull !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
- name: Build Failure
uses: rjstone/discord-webhook-notify@v1
if: failure()
with:
severity: error
details: Testflight-watcher Docker image build failed !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
- name: Build Cancelled
uses: rjstone/discord-webhook-notify@v1
if: cancelled()
with:
severity: warn
details: Testflight-watcher Docker image build cancelled !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png

View File

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- 'README.md' - 'README.MD'
jobs: jobs:
build: build: