Skip to content

Commit

Permalink
Update _deploy-to-cloud-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaiyou24 committed Jun 8, 2024
1 parent 5833098 commit 12b9390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy-to-cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: |-
gcloud run deploy $CLOUD_RUN_NAME \
--region $REGION \
--image gcr.io/$PROJECT_ID/$REPO_NAME:$GITHUB_SHA \
--image ${REGION}-docker.pkg.dev/$PROJECT_ID/$REPO_NAME:$GITHUB_SHA \
--platform "managed" \
--service-account $CLOUD_RUN_SERVICE_ACCOUNT \
--port 8000 \
Expand Down

0 comments on commit 12b9390

Please sign in to comment.