From 2db04bd7066ddffb194eb2ed55f07fbcb51278ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:47:45 +0000 Subject: [PATCH] Bump docker/build-push-action from 6 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbf62c3..7348b2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -130,7 +130,7 @@ jobs: echo "tag=${tag}" >>"${GITHUB_OUTPUT}" fi - id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: src/main/docker load: true @@ -158,7 +158,7 @@ jobs: fi - name: Build and push if: steps.define-build.outputs.kind == 'publish' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: src/main/docker platforms: linux/amd64,linux/arm64