File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545
4646 - name : Docker meta
4747 id : meta
48- uses : docker/metadata-action@v5.6.1
48+ uses : docker/metadata-action@v5.7.0
4949 with :
5050 images : |
5151 ${{ env.DOCKER_HUB_ORG }}/bungeecord
@@ -70,10 +70,10 @@ jobs:
7070 latest=${{ matrix.variant == env.MAIN_VARIANT && github.ref_name == github.event.repository.default_branch }}
7171
7272 - name : Setup Docker Buildx
73- uses : docker/setup-buildx-action@v3.9 .0
73+ uses : docker/setup-buildx-action@v3.10 .0
7474
7575 - name : Set up QEMU
76- uses : docker/setup-qemu-action@v3.4 .0
76+ uses : docker/setup-qemu-action@v3.6 .0
7777
7878 - name : Login to DockerHub
7979 if : github.event_name != 'pull_request'
9292
9393 - name : Build and push
9494 id : docker_build
95- uses : docker/build-push-action@v6.14 .0
95+ uses : docker/build-push-action@v6.15 .0
9696 with :
9797 platforms : ${{ matrix.platforms }}
9898 # ensure latest base image is used
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23232424
2525 - name : Setup Docker Buildx
26- uses : docker/setup-buildx-action@v3.9 .0
26+ uses : docker/setup-buildx-action@v3.10 .0
2727
2828 - name : Set up QEMU
29- uses : docker/setup-qemu-action@v3.4 .0
29+ uses : docker/setup-qemu-action@v3.6 .0
3030
3131 - name : Build
3232 id : docker_build
33- uses : docker/build-push-action@v6.14 .0
33+ uses : docker/build-push-action@v6.15 .0
3434 with :
3535 platforms : ${{ matrix.platforms }}
3636 # ensure latest base image is used
You can’t perform that action at this time.
0 commit comments