Actualiser .gitea/workflows/docker-build.yml
Some checks failed
Docker Build / Build Docker image (push) Failing after 32s
Some checks failed
Docker Build / Build Docker image (push) Failing after 32s
This commit is contained in:
@ -7,7 +7,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
- 'entrypoint.sh'
|
- 'entrypoint.sh'
|
||||||
- '.gitea/docker-build.yml'
|
- '.gitea/workflows/docker-build.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
severity: info
|
severity: info
|
||||||
details: GraalVM 23 Docker image build sucessfull !
|
details: <@436978132105560064> GraalVM 23 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
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
severity: error
|
severity: error
|
||||||
details: GraalVM 23 Docker image build failed !
|
details: <@436978132105560064> GraalVM 23 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
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
if: cancelled()
|
if: cancelled()
|
||||||
with:
|
with:
|
||||||
severity: warn
|
severity: warn
|
||||||
details: GraalVM 23 Docker image build cancelled !
|
details: <@436978132105560064> GraalVM 23 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
|
Reference in New Issue
Block a user