Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairya-quash authored Nov 18, 2024
1 parent 492e883 commit 278ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Deploy to Cloud Run
run: |
IMAGE_TAG="${{ github.event.inputs.branch }}-${{ github.sha }}"
gcloud run deploy ${{env.SERVICE_NAME}}-${{ github.event.inputs.environment }} \
gcloud run deploy ${{env.SERVICE_NAME}} \
--image gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{env.SERVICE_NAME}}-${{ github.event.inputs.environment }}:$IMAGE_TAG \
--region ${{ env.REGION }} \
--platform managed \
Expand Down

0 comments on commit 278ed77

Please sign in to comment.