File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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@1dc73863535b631f98b2378be8619f83b136f4a0
61+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
6262 with :
6363 context : .
6464 file : ./Dockerfile
8585 commitish : ${{ github.ref }}
8686 - name : Push Docker Image
8787 if : ${{ success() }}
88- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
88+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
8989 with :
9090 context : .
9191 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@1dc73863535b631f98b2378be8619f83b136f4a0
39+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4040 with :
4141 context : .
4242 file : ./Dockerfile
5959 bump : final
6060 - name : Push Docker Image
6161 if : ${{ success() }}
62- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
62+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
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@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
7878 - name : Build and push Docker image
79- uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
79+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
8080 with :
8181 context : .
8282 push : true
You can’t perform that action at this time.
0 commit comments