Stabilize docker workflow on constrained runner
Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Successful in 1m41s
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Failing after 27m6s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Successful in 1m13s
Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Successful in 1m41s
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Failing after 27m6s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Successful in 1m13s
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
include:
|
||||
- component: backend
|
||||
@@ -162,6 +163,10 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Cleanup docker cache
|
||||
shell: bash
|
||||
run: docker system prune -af --volumes || true
|
||||
|
||||
- name: Build image
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user