mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-09 18:58:42 +00:00
build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 in the updates group (#3202)
This commit is contained in:
parent
678dda5d4a
commit
05cbbfc9e3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-multiarch.yml
vendored
2
.github/workflows/build-multiarch.yml
vendored
|
@ -128,7 +128,7 @@ jobs:
|
|||
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
uses: docker/setup-buildx-action@v3.8.0
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.2.0
|
||||
|
|
2
.github/workflows/verify-pr.yml
vendored
2
.github/workflows/verify-pr.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
uses: docker/setup-buildx-action@v3.8.0
|
||||
|
||||
- name: Confirm multi-arch build
|
||||
uses: docker/build-push-action@v6.10.0
|
||||
|
|
Loading…
Reference in a new issue