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 05ec3b1 commit f328936Copy full SHA for f328936
1 file changed
.github/workflows/cd-pipeline.yml
@@ -41,6 +41,8 @@ jobs:
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
43
platforms: linux/amd64,linux/arm64
44
+ build-args: |
45
+ NEXT_PUBLIC_BACKEND_URL=https://robodrone.codersforcauses.org/api
46
47
- name: Output client image name
48
if: github.event_name != 'pull_request'
0 commit comments