fix(form): resolve silent failures and cleanup deployment pipeline
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🏗️ Build (push) Failing after 22m37s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Smoke Test (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-04-11 23:21:13 +02:00
parent eeb0920afd
commit 1f0de18755
4 changed files with 43 additions and 2 deletions

View File

@@ -154,6 +154,11 @@ jobs:
run: |
echo "${{ secrets.REGISTRY_PASS }}" | docker login registry.infra.mintel.me -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: 🧹 Clean runner
run: |
docker system prune -af --volumes
continue-on-error: true
- name: 🏗️ Build and Push
uses: docker/build-push-action@v5
with: