Try increasing frontend build container capacity
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Successful in 11s
Podman Rootless Demo / build-backend (push) Has been cancelled
Podman Rootless Demo / build-frontend (push) Has been cancelled
Podman Rootless Demo / deploy-prod (push) Has been cancelled

This commit is contained in:
continuist 2025-09-21 13:23:41 -04:00
parent 4773b31108
commit 5df200cb1a

View file

@ -200,6 +200,7 @@ jobs:
- name: Build frontend container image
run: |
podman --remote build --no-cache \
--storage-opt overlay.mountopt=size=20G
--build-arg NEXT_PUBLIC_API_HOST=${{ secrets.PROD_BACKEND_HOST }} \
--build-arg NEXT_PUBLIC_API_PORT=${{ secrets.PROD_BACKEND_PORT }} \
-f frontend/Dockerfile \