We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7262e5b commit 8b38d7fCopy full SHA for 8b38d7f
.github/workflows/deploy_frontend.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
gcloud run deploy ${{ env.IMAGE_NAME }} \
51
--project=${{ vars.GCP_PROJECT_ID }} \
52
- --image=${{ vars.REGISTRY }}/${{ steps.meta.outputs.tags }} \
+ --image=${{ steps.meta.outputs.tags }} \
53
--platform=managed \
54
--region=us-central1 \
55
--allow-unauthenticated \
0 commit comments