diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 6c4980d..5b93b5f 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -42,7 +42,7 @@ jobs: cache-to: type=gha,mode=max platforms: linux/amd64,linux/arm64 build-args: | - NEXT_PUBLIC_BACKEND_URL=http://localhost:8000 + NEXT_PUBLIC_BACKEND_URL=/api - name: Output client image name if: github.event_name != 'pull_request' run: |