File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed
Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 5858 username : ${{ github.actor }}
5959 password : ${{ secrets.GITHUB_TOKEN }}
6060 - name : Build Docker Image Locally
61- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
61+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6262 with :
6363 context : .
6464 file : ./Dockerfile
8686 commitish : ${{ github.ref }}
8787 - name : Push Docker Image
8888 if : ${{ success() }}
89- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
89+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
9090 with :
9191 context : .
9292 file : ./Dockerfile
Original file line number Diff line number Diff line change 3636 username : ${{ github.actor }}
3737 password : ${{ secrets.GITHUB_TOKEN }}
3838 - name : Build Docker Image Locally
39- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
39+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4040 with :
4141 context : .
4242 file : ./Dockerfile
5959 bump : final
6060 - name : Push Docker Image
6161 if : ${{ success() }}
62- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
62+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6363 with :
6464 context : .
6565 file : ./Dockerfile
Original file line number Diff line number Diff line change 7676 - name : Set up Docker Buildx
7777 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
7878 - name : Build and push Docker image
79- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
79+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
8080 with :
8181 context : .
8282 push : true
Original file line number Diff line number Diff line change 3535 "node-cron" : " ^4.2.1" ,
3636 "octokit" : " ^5.0.2" ,
3737 "probot" : " ^14.2.4" ,
38- "proxy-from-env" : " ^1 .1.0" ,
38+ "proxy-from-env" : " ^2 .1.0" ,
3939 "undici" : " ^7.7.0"
4040 },
4141 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments