Skip to content

Commit 8b38d7f

Browse files
committed
deploy retry
1 parent 7262e5b commit 8b38d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
gcloud run deploy ${{ env.IMAGE_NAME }} \
5151
--project=${{ vars.GCP_PROJECT_ID }} \
52-
--image=${{ vars.REGISTRY }}/${{ steps.meta.outputs.tags }} \
52+
--image=${{ steps.meta.outputs.tags }} \
5353
--platform=managed \
5454
--region=us-central1 \
5555
--allow-unauthenticated \

0 commit comments

Comments
 (0)