forgot to add line continue
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 skipped
Podman Rootless Demo / build-frontend (push) Failing after 46s
Podman Rootless Demo / deploy-prod (push) Has been skipped
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 skipped
Podman Rootless Demo / build-frontend (push) Failing after 46s
Podman Rootless Demo / deploy-prod (push) Has been skipped
This commit is contained in:
parent
5df200cb1a
commit
63559ba5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ jobs:
|
||||||
- name: Build frontend container image
|
- name: Build frontend container image
|
||||||
run: |
|
run: |
|
||||||
podman --remote build --no-cache \
|
podman --remote build --no-cache \
|
||||||
--storage-opt overlay.mountopt=size=20G
|
--storage-opt overlay.mountopt=size=20G \
|
||||||
--build-arg NEXT_PUBLIC_API_HOST=${{ secrets.PROD_BACKEND_HOST }} \
|
--build-arg NEXT_PUBLIC_API_HOST=${{ secrets.PROD_BACKEND_HOST }} \
|
||||||
--build-arg NEXT_PUBLIC_API_PORT=${{ secrets.PROD_BACKEND_PORT }} \
|
--build-arg NEXT_PUBLIC_API_PORT=${{ secrets.PROD_BACKEND_PORT }} \
|
||||||
-f frontend/Dockerfile \
|
-f frontend/Dockerfile \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue