From 804cf85fe40179a32821283c5d89dd8a92d2d413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:38:13 -0700 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#10516) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... 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 de8d7b25b..a7c71a590 100644 --- a/.github/workflows/i386.yml +++ b/.github/workflows/i386.yml @@ -27,7 +27,7 @@ jobs: with: driver-opts: network=host - name: Build and push container - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: tests/ci_build/Dockerfile.i386