From 7a50fd374b9f6a0ed70605d57eb0d883949cfa05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:02:29 +0000 Subject: [PATCH] chore(action): 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 11840bc..570f325 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: make test - name: Build AMD64 binary - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 if: github.ref == 'refs/heads/main' with: tags: result:amd64 @@ -56,7 +56,7 @@ jobs: push: false - name: Build ARM v7 binary - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 if: github.ref == 'refs/heads/main' with: tags: result:arm-v7