Skip to content

Commit

Permalink
Update google-cloud-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nflorescf authored Aug 29, 2024
1 parent 4c15e6c commit ff7dc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
docker push us-central1-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.sha }}
- name: Deploy to Cloud Run
run: |
gcloud run deploy ${{ env.SERVICE_NAME }} \
gcloud run jobs deploy ${{ env.SERVICE_NAME }} \
--image=us-central1-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.IMAGE }}:${{ github.sha }} \
--region=${{ env.GAR_LOCATION }} \
--platform=managed \
Expand Down

0 comments on commit ff7dc52

Please sign in to comment.