commit | 620f4ea0e91e955a5f25dbd6f58062b01a0059f7 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 13 17:23:48 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Oct 13 13:33:04 2022 -0400 |
tree | 208ce849e1c212d4f9ffea76960d44c49c8af678 | |
parent | fca16272b29f52012df20240083516ad7cf9a316 [diff] [blame] |
build(deps): bump docker/setup-qemu-action from 2.0.0 to 2.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c4e0fae..fe48869 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -41,7 +41,7 @@ runs-on: ubuntu-latest steps: - name: Install QEMU static binaries - uses: docker/setup-qemu-action@v2.0.0 + uses: docker/setup-qemu-action@v2.1.0 - name: Configure Buildkit uses: docker/setup-buildx-action@v2.1.0