Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 committed Dec 16, 2023
1 parent 51b21ae commit 24edb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
context: .
push: true
no-cache: false
tags: gcr.io/${{ secrets.PROJECT_ID }}/${{ secrets.GAR_LOCATION }}:latest
tags: ${{ secrets.GAR_LOCATION }}:latest

- name: Deploy to Cloud Run
run: |
gcloud run deploy ${{ secrets.SERVICE }} \
--image gcr.io/${{ secrets.PROJECT_ID }}/${{ secrets.GAR_LOCATION }}:latest \
--image ${{ secrets.GAR_LOCATION }}:latest \
--region ${{ secrets.REGION }} \
--platform managed \
--allow-unauthenticated

0 comments on commit 24edb4e

Please sign in to comment.