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:56:24 +02:00
parent 669aaf3d86
commit 733414f770
2 changed files with 33 additions and 3 deletions

View File

@ -50,4 +50,34 @@ jobs:
--tag uzurka/freebox-prometheus:arm-${{ github.sha }} \ --tag uzurka/freebox-prometheus:arm-${{ github.sha }} \
--platform linux/arm64,linux/arm/v7 \ --platform linux/arm64,linux/arm/v7 \
--push \ --push \
. .
- name: Build Success
uses: rjstone/discord-webhook-notify@v1
if: success()
with:
severity: info
details: Freebox-prometheus 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: Freebox-prometheus 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: Freebox-prometheus Docker image build cancelled !
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
username: Gitea uzurka
avatar_url: https://download.uzurka.fr/Logo/uzurka200.png

View File

@ -22,7 +22,7 @@ jobs:
DOCKER_USER: uzurka DOCKER_USER: uzurka
DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }} DOCKER_PASS: ${{ secrets.DOCKER_PASSWORD }}
with: with:
destination_container_repo: uzurka/graalvm23 destination_container_repo: uzurka/freebox-prometheus
provider: dockerhub provider: dockerhub
short_description: 'An attempt to make light GraalVM docker image running in Alpine' short_description: 'A Prometheus exporter for the french ISP routers Freebox'
readme_file: 'README.md' readme_file: 'README.md'