ci: notify Discord after image builds

This commit is contained in:
Andras Bacsai
2026-09-16 11:26:35 +02:00
parent d3a6cb2343
commit e1bcf1fb86
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -150,3 +150,8 @@ jobs:
--tag "${IMAGE}:sha-${SHA}" \
--tag "${IMAGE}:${VERSION}" \
--tag "${IMAGE}:next"
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
+5
View File
@@ -107,3 +107,8 @@ jobs:
"${IMAGE}:sha-${SHA}-amd64" \
"${IMAGE}:sha-${SHA}-aarch64" \
--tag "${IMAGE}:sha-${SHA}"
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}