Merge pull request #34 from BretFisher/dependabot/github_actions/docker/setup-qemu-action-2.2.0
Bump docker/setup-qemu-action from 2.1.0 to 2.2.0
This commit is contained in:
2
.github/workflows/reusable-docker-build.yaml
vendored
2
.github/workflows/reusable-docker-build.yaml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
# we need qemu and buildx so we can build multiple platforms later
|
# we need qemu and buildx so we can build multiple platforms later
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
uses: docker/setup-qemu-action@v2.1.0
|
uses: docker/setup-qemu-action@v2.2.0
|
||||||
|
|
||||||
# BuildKit (used with `docker buildx`) is the best way to build images
|
# BuildKit (used with `docker buildx`) is the best way to build images
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|||||||
Reference in New Issue
Block a user