From 25e664fc1d269a655ec4c7359d7239bf94210f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:20:22 +0000 Subject: [PATCH] ci(deps): bump docker/build-push-action from 6.18.0 to 7.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.18.0...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index f810d42cca..aeeefe6772 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -89,7 +89,7 @@ jobs: - name: Build if: ${{!inputs.push_image}} - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{inputs.docker_file}} @@ -114,7 +114,7 @@ jobs: - name: Build & Push if: ${{inputs.push_image}} - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{inputs.docker_file}}