Fixes
Build - Docker Image - PROD / publish (push) Failing after 8m13s

This commit is contained in:
Jonatan Rek
2026-01-28 10:41:13 +01:00
parent 189dc975bd
commit b6f8151bd4
+4 -4
View File
@@ -44,7 +44,7 @@ jobs:
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: |
✅ Build successful!
APACHE - Build successful!
Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }}
@@ -57,7 +57,7 @@ jobs:
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: |
❌ Build failed!
APACHE - Build failed!
Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }}
@@ -76,7 +76,7 @@ jobs:
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: |
✅ Build successful!
FMP - ALPINE - Build successful!
Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }}
@@ -89,7 +89,7 @@ jobs:
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: |
❌ Build failed!
FMP - ALPINE - Build failed!
Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }}