Skip to content

Commit

Permalink
fix(frontend): use non-alias for env in cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
AritroSaha10 committed Jul 10, 2024
1 parent fcf0832 commit afd7579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ steps:
- frontend
- '-f'
- frontend/Dockerfile
- '-e'
- '--env'
- 'NEXT_PUBLIC_BACKEND_URL="$_NEXT_PUBLIC_BACKEND_URL"'
- '-e'
- '--env'
- 'NEXT_PUBLIC_GCLOUD_CLIENT_ID="$_NEXT_PUBLIC_GCLOUD_CLIENT_ID"'
id: Build
- name: gcr.io/cloud-builders/docker
Expand Down

0 comments on commit afd7579

Please sign in to comment.