From e46b7c3aaa7c6343ca0be3dd0e4c197fd4109d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:29:56 +0000 Subject: [PATCH] Bump docker/build-push-action from 7.0.0 to 7.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7.0.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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 28e1f78..437b600 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: - name: Build and push by digest if: github.event_name == 'pull_request' - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: build-args: | AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }} @@ -104,7 +104,7 @@ jobs: - name: Build and push by digest if: github.event_name != 'pull_request' id: build - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: build-args: | AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}