File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 password : ${{ secrets.GITHUB_TOKEN }}
6464 -
6565 name : Build and push
66- uses : docker/build-push-action@v5
66+ uses : docker/build-push-action@v6
6767 with :
6868 context : docker-pi-hole-base/.
6969 platforms : ${{ matrix.job.PLATFORMS }}
Original file line number Diff line number Diff line change 7777 uses : docker/setup-buildx-action@v3
7878 -
7979 name : Build container and test-compile FTL
80- uses : docker/build-push-action@v5
80+ uses : docker/build-push-action@v6
8181 with :
8282 context : ftl-build
8383 platforms : ${{ matrix.platform }}
9191 name : Push builder target and push by digest
9292 if : github.event_name != 'pull_request'
9393 id : build_docker
94- uses : docker/build-push-action@v5
94+ uses : docker/build-push-action@v6
9595 with :
9696 context : ftl-build
9797 platforms : ${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments