Skip to content

Commit

Permalink
deploy retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Aug 7, 2024
1 parent 0299d36 commit 5fb81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Deploy the image to Cloud Run
- name: Deploy to Cloud Run
run: |
gcloud run deploy ${{ env.IMAGE_NAME }} \
gcloud run deploy ${{ steps.meta.outputs.tags }} \
--project=${{ vars.GCP_PROJECT_ID }} \
--image=${{ vars.REGISTRY }}/${{ env.IMAGE_NAME }} \
--platform=managed \
Expand Down

0 comments on commit 5fb81ef

Please sign in to comment.