File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : Deploy to Cloud Run
52
52
id : deploy
53
- uses : google-github-actions/deploy-cloudrun@v1
53
+ uses : google-github-actions/deploy-cloudrun@v2
54
54
with :
55
55
service : ${{ env.SERVICE }}
56
56
image : gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
Original file line number Diff line number Diff line change 44
44
45
45
- name : Deploy to Cloud Run
46
46
id : deploy
47
- uses : google-github-actions/deploy-cloudrun@v1
47
+ uses : google-github-actions/deploy-cloudrun@v2
48
48
with :
49
49
service : ${{ env.SERVICE }}
50
50
image : gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
Original file line number Diff line number Diff line change 44
44
45
45
- name : Deploy to Cloud Run
46
46
id : deploy
47
- uses : google-github-actions/deploy-cloudrun@v1
47
+ uses : google-github-actions/deploy-cloudrun@v2
48
48
with :
49
49
service : ${{ env.SERVICE }}
50
50
image : gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments