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

This commit is contained in:
2026-04-01 00:26:25 +08:00
parent 81fd785d60
commit a305817b78

View File

@@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1
matrix: matrix:
include: include:
- component: backend - component: backend
@@ -162,6 +163,10 @@ jobs:
exit 1 exit 1
fi fi
- name: Cleanup docker cache
shell: bash
run: docker system prune -af --volumes || true
- name: Build image - name: Build image
shell: bash shell: bash
env: env: