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: with:
webhook-url: ${{ secrets.WEBHOOK_URL }} webhook-url: ${{ secrets.WEBHOOK_URL }}
content: | content: |
✅ Build successful! APACHE - Build successful!
Repo: ${{ github.repository }} Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }} Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }} Commit: ${{ github.sha }}
@@ -57,7 +57,7 @@ jobs:
with: with:
webhook-url: ${{ secrets.WEBHOOK_URL }} webhook-url: ${{ secrets.WEBHOOK_URL }}
content: | content: |
❌ Build failed! APACHE - Build failed!
Repo: ${{ github.repository }} Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }} Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }} Commit: ${{ github.sha }}
@@ -76,7 +76,7 @@ jobs:
with: with:
webhook-url: ${{ secrets.WEBHOOK_URL }} webhook-url: ${{ secrets.WEBHOOK_URL }}
content: | content: |
✅ Build successful! FMP - ALPINE - Build successful!
Repo: ${{ github.repository }} Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }} Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }} Commit: ${{ github.sha }}
@@ -89,7 +89,7 @@ jobs:
with: with:
webhook-url: ${{ secrets.WEBHOOK_URL }} webhook-url: ${{ secrets.WEBHOOK_URL }}
content: | content: |
❌ Build failed! FMP - ALPINE - Build failed!
Repo: ${{ github.repository }} Repo: ${{ github.repository }}
Branch: ${{ github.ref_name }} Branch: ${{ github.ref_name }}
Commit: ${{ github.sha }} Commit: ${{ github.sha }}