Merge pull request 'debug-discord-notis' (#5) from debug-discord-notis into main
All checks were successful
Build Docker Image / build (push) Successful in 54s

Reviewed-on: #5
This commit is contained in:
cal 2026-02-04 07:00:12 +00:00
commit 0fb980aec1
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ jobs:
echo "sha_short=${SHA_SHORT}" >> $GITHUB_OUTPUT
echo "version_sha=v${VERSION}-${SHA_SHORT}" >> $GITHUB_OUTPUT
echo "branch=${{ github.ref_name }}" >> $GITHUB_OUTPUT
echo "timestamp=$(date -u +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
echo "timestamp=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
- name: Build Docker image
uses: docker/build-push-action@v5
@ -147,7 +147,7 @@ jobs:
fi
- name: Discord Notification - Success
if: success() && github.ref == 'refs/heads/main'
if: success() && github.ref == 'refs/heads/main'
run: |
curl -H "Content-Type: application/json" \
-d '{
@ -193,7 +193,7 @@ jobs:
https://discord.com/api/webhooks/1468485116631453840/JALtLV8dO2IWso3tNcntHW8wDgQeMZuLgFKVUeoEY9ig_OPjjm4PmjvzwYebH5l7_Nxv
- name: Discord Notification - Failure
if: failure() && github.ref == 'refs/heads/main'
if: failure() && github.ref == 'refs/heads/main'
run: |
curl -H "Content-Type: application/json" \
-d '{

View File

@ -1 +1 @@
1.8.0
1.8.1