From cd140cd004d27c26925f4924ebe7ef70e99996c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:00:50 -0400 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#100) 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/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 12713c5..5422d54 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -66,7 +66,7 @@ jobs: # this only builds the amd64 version of the image, which is fine as that's # all that is needed to test the container on GitHub Actions' build servers (which are running amd64 CPUs) - name: Build container image to test - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: load: true # this is important, as this tells build-push-action to save the container to the local docker daemon build-args: | @@ -172,7 +172,7 @@ jobs: # won't be rebuilt since the local docker daemon has that still cached - name: Push container image to registry if: inputs.do_upload - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x push: true