From 63559ba5f3798769b943ec5c3ed5084723a2ec0a Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 21 Sep 2025 13:24:17 -0400 Subject: [PATCH] forgot to add line continue --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9d83e0a..eb1b255 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: - name: Build frontend container image run: | 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_PORT=${{ secrets.PROD_BACKEND_PORT }} \ -f frontend/Dockerfile \