fix(form): resolve silent failures and cleanup deployment pipeline
Some checks failed
Some checks failed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user