diff --git a/.github/workflows/frontend-cicd.yaml b/.github/workflows/frontend-cicd.yaml index 43d68a0a..0a71f204 100644 --- a/.github/workflows/frontend-cicd.yaml +++ b/.github/workflows/frontend-cicd.yaml @@ -92,6 +92,7 @@ jobs: build-args: | REACT_APP_API_URL=${{ vars.REACT_APP_API_URL }} REACT_APP_SENTRY_DSN=${{ secrets.REACT_APP_SENTRY_DSN }} + PUBLIC_URL=${{ vars.REACT_APP_PUBLIC_URL }} outputs: type=docker,dest=/tmp/docker_image.tar - name: Upload artifact