mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
chore(deps): Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#3430)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
18f8d2573b
commit
7d5c2736ce
4 changed files with 4 additions and 4 deletions
2
.github/workflows/generic_test.yml
vendored
2
.github/workflows/generic_test.yml
vendored
|
@ -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@v2.9.0
|
||||
uses: docker/setup-buildx-action@v2.9.1
|
||||
|
||||
# Importing from the cache should create the image within approx 30 seconds:
|
||||
# NOTE: `qemu` step is not needed as we only test for AMD64.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue