We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2668c2 commit 52a1a31Copy full SHA for 52a1a31
1 file changed
.github/workflows/cd-pipeline.yml
@@ -42,7 +42,7 @@ jobs:
42
cache-to: type=gha,mode=max
43
platforms: linux/amd64,linux/arm64
44
build-args: |
45
- NEXT_PUBLIC_BACKEND_URL="/api"
+ NEXT_PUBLIC_BACKEND_URL=/api
46
- name: Output client image name
47
if: github.event_name != 'pull_request'
48
run: |
0 commit comments