Commit 4d3f238
Fix Cloud Run deploy: use --set-build-env-vars instead of --build-arg
The gcloud run deploy command doesn't support --build-arg directly.
Use --set-build-env-vars which Cloud Build passes to Docker as build args.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent c86f7d7 commit 4d3f238
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments