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 26f8786 commit d54ef41Copy full SHA for d54ef41
.github/workflows/client_deploy.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: "Build and Push To GAR"
43
run: |-
44
DOCKER_TAG="${{ env.GAR_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.CLIENT_IMAGE_NAME }}/${{ env.GCR_SERVICE }}:${{ github.sha }}"
45
- docker build --tag "${DOCKER_TAG}"" --build-arg VITE_API_BASE_URL="${env.VITE_API_BASE_URL}" ./client
+ docker build --tag "${DOCKER_TAG}" --build-arg VITE_API_BASE_URL="${env.VITE_API_BASE_URL}" ./client
46
docker push "${DOCKER_TAG}"
47
48
- name: Deploy to Cloud Run
0 commit comments