Update .gitea/workflows/docker-build.yml
Some checks failed
Build Docker Image / build (pull_request) Failing after 13s

This commit is contained in:
cal 2026-02-04 06:45:52 +00:00
parent 6eece9f1db
commit b90006cbab

View File

@ -146,8 +146,8 @@ jobs:
echo "_PR build - image not pushed to Docker Hub_" >> $GITHUB_STEP_SUMMARY
fi
- name: Discord Notification - Success
if: success() && github.ref == 'refs/heads/main'
- name: Discord Notification - Success (DEBUG)
if: success() && github.ref == 'refs/heads/main' || github.event_name == 'pull_request')
run: |
# Debug: Show what variables we have
echo "=== Debug Info ==="