From 9e0a9a066bd90e95b19e703a4669a0d081cf1b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:10:35 +0800 Subject: [PATCH] Bump docker/setup-buildx-action from 3.4.0 to 3.6.1 (#10663) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.6.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.6.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/i386.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i386.yml b/.github/workflows/i386.yml index 78dc92bff..72618dc69 100644 --- a/.github/workflows/i386.yml +++ b/.github/workflows/i386.yml @@ -23,7 +23,7 @@ jobs: with: submodules: 'true' - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.4.0 + uses: docker/setup-buildx-action@v3.6.1 with: driver-opts: network=host - name: Build and push container