Update .gitea/workflows/docker-build.yml
Some checks failed
Build Docker Image / build (pull_request) Failing after 13s
Some checks failed
Build Docker Image / build (pull_request) Failing after 13s
This commit is contained in:
parent
6eece9f1db
commit
b90006cbab
@ -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 ==="
|
||||
|
||||
Loading…
Reference in New Issue
Block a user