mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
chore(deps): Bump docker/setup-buildx-action from 2.0.0 to 2.2.1 (#2879)
This commit is contained in:
parent
e32a530c15
commit
cfb87d4c86
2
.github/workflows/generic_build.yml
vendored
2
.github/workflows/generic_build.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
platforms: arm64,arm
|
||||
|
||||
- name: 'Set up Docker Buildx'
|
||||
uses: docker/setup-buildx-action@v2.0.0
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
|
||||
# NOTE: AMD64 can build within 2 minutes, ARM adds 13 minutes. 330MB each
|
||||
# ARMv7 can build in parallel, adding no extra time (but does add 150MB cache size).
|
||||
|
|
2
.github/workflows/generic_publish.yml
vendored
2
.github/workflows/generic_publish.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
platforms: arm64,arm
|
||||
|
||||
- name: 'Set up Docker Buildx'
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
|
||||
# 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`),
|
||||
|
|
Loading…
Reference in a new issue