Skip to content

Commit

Permalink
Update docker-gcp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Sep 11, 2024
1 parent ca2837c commit 3ce9838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: google-github-actions/deploy-cloudrun@v2
with:
service: ${{ env.APP_NAME }}
image: $GCP_REGION-docker.pkg.dev/$GCP_PROJECT_ID/$GCP_GAR_NAME/$APP_NAME:$GITHUB_SHA
image: us-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GCP_GAR_NAME }}/${{ env.APP_NAME }}:${{ github.sha }}
region: ${{ env.GCP_REGION }}
platform: managed
allow-unauthenticated: true
Expand Down

0 comments on commit 3ce9838

Please sign in to comment.