From 364ab96cf0fd1531f3a940de4089691705f62681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:17:31 +0200 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#19) 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/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index 69101f7..2bae491 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -56,7 +56,7 @@ jobs: with: driver-opts: | image=moby/buildkit:v0.10.6 - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 name: Build with: platforms: linux/amd64,linux/arm64