File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 - name : Create Version File
4343 run : echo $(git log -1 --date=short --pretty=format:%cd)-$(git rev-parse --short HEAD) > VERSION
4444 - name : Build Image Locally
45- uses : docker/build-push-action@v5
45+ uses : docker/build-push-action@v6
4646 with :
4747 context : .
4848 load : true
Original file line number Diff line number Diff line change 4747 username : ${{ secrets.DOCKER_USERNAME }}
4848 password : ${{ secrets.DOCKER_PASSWORD }}
4949 - name : Build and push
50- uses : docker/build-push-action@v5
50+ uses : docker/build-push-action@v6
5151 with :
5252 context : .
5353 file : ${{ matrix.dockerfile }}
Original file line number Diff line number Diff line change 5454 with :
5555 name : piped-old.jar
5656 - name : Build Old Image Locally
57- uses : docker/build-push-action@v5
57+ uses : docker/build-push-action@v6
5858 with :
5959 context : .
6060 load : true
6767 with :
6868 name : piped.jar
6969 - name : Build New Image Locally
70- uses : docker/build-push-action@v5
70+ uses : docker/build-push-action@v6
7171 with :
7272 context : .
7373 load : true
You can’t perform that action at this time.
0 commit comments