chore(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#4509)
Some checks failed
Lint / lint (push) Has been cancelled

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-17 18:52:04 +02:00 committed by GitHub
parent 5fb87e11ac
commit ade4ef528e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ jobs:
platforms: arm64
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.0
# NOTE: AMD64 can build within 2 minutes
- name: 'Build images'

View file

@ -40,7 +40,7 @@ jobs:
platforms: arm64
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.0
# Try get the cached build layers from a prior `generic_build.yml` job.
# NOTE: Until adopting `type=gha` scoped cache exporter (in `docker/build-push-action`),

View file

@ -38,7 +38,7 @@ jobs:
# Ensures consistent BuildKit version (not coupled to Docker Engine),
# and increased compatibility of the build cache vs mixing buildx drivers.
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.0
# Importing from the cache should create the image within approx 30 seconds:
# NOTE: `qemu` step is not needed as we only test for AMD64.

View file

@ -37,7 +37,7 @@ jobs:
# Ensures consistent BuildKit version (not coupled to Docker Engine),
# and increased compatibility of the build cache vs mixing buildx drivers.
- name: 'Set up Docker Buildx'
uses: docker/setup-buildx-action@v3.10.0
uses: docker/setup-buildx-action@v3.11.0
# Importing from the cache should create the image within approx 30 seconds:
# NOTE: `qemu` step is not needed as we only test for AMD64.