Changed: Updated workflows
This commit is contained in:
@ -43,4 +43,34 @@ jobs:
|
|||||||
--build-arg GRAALVERSION=20.0.2-graal \
|
--build-arg GRAALVERSION=20.0.2-graal \
|
||||||
--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: GraalVM 23 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: GraalVM 23 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: GraalVM 23 Docker image build cancelled !
|
||||||
|
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
username: Gitea uzurka
|
||||||
|
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png
|
Reference in New Issue
Block a user