From a19f5a0e096f3b7efc10ec08fb83ae6bc103c62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 19:04:21 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 1.6.0 to 2.2.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.2.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v2.2.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-update.yaml b/.github/workflows/build-update.yaml index 97755f7..b0194b5 100644 --- a/.github/workflows/build-update.yaml +++ b/.github/workflows/build-update.yaml @@ -17,7 +17,7 @@ jobs: platforms: all - name: install buildx id: buildx - uses: docker/setup-buildx-action@v1.6.0 + uses: docker/setup-buildx-action@v2.2.1 with: version: latest - name: login to docker hub