Skip to content

Commit d54ef41

Browse files
committed
feat:clientYamlFix01
1 parent 26f8786 commit d54ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "Build and Push To GAR"
4343
run: |-
4444
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
45+
docker build --tag "${DOCKER_TAG}" --build-arg VITE_API_BASE_URL="${env.VITE_API_BASE_URL}" ./client
4646
docker push "${DOCKER_TAG}"
4747
4848
- name: Deploy to Cloud Run

0 commit comments

Comments
 (0)