diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 878f996..ec246f8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -52,7 +52,7 @@ jobs: run: | sed -i 's||${{ vars.GCP_PROJECT_NUMBER }}|' ./gcp/cloud-run/service.yaml sed -i 's||${{ vars.GCP_CLOUD_RUN_SERVICE }}|' ./gcp/cloud-run/service.yaml - sed -i 's||${{ vars.GCP_AR_REPOSITORY }}/app:latest|' ./gcp/cloud-run/service.yaml + sed -i 's||${{ vars.GCP_REGION }}|' ./gcp/cloud-run/service.yaml sed -i 's||${{ vars.GCP_AR_REPOSITORY }}/app:latest|' ./gcp/cloud-run/service.yaml - name: Set up Google Cloud authentication