From a61e76e0145436f87b75a82e4074e6fb926c6328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:45:36 +0000 Subject: [PATCH] gh-actions: bump docker/build-push-action from 5 to 7 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...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/build-image-test.yaml | 4 ++-- .github/workflows/build-image.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-image-test.yaml b/.github/workflows/build-image-test.yaml index c7223f0..849247e 100644 --- a/.github/workflows/build-image-test.yaml +++ b/.github/workflows/build-image-test.yaml @@ -28,7 +28,7 @@ jobs: - name: Build if Dockerfile changed if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: . build-args: | @@ -62,7 +62,7 @@ jobs: # https://github.com/docker/buildx/issues/59#issuecomment-1433097926 - name: Build Multi-arch docker-image if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: . build-args: | diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 3bf9105..400519e 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -34,7 +34,7 @@ jobs: - name: Build and Push release to ghcr.io if: github.event_name != 'schedule' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . build-args: | @@ -51,7 +51,7 @@ jobs: - name: Build and Push nightly to ghcr.io if: github.event_name == 'schedule' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . build-args: | @@ -74,7 +74,7 @@ jobs: - name: Build and Push release to DockerHub if: github.event_name != 'schedule' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . build-args: | @@ -88,7 +88,7 @@ jobs: - name: Build and Push nightly to DockerHub if: github.event_name == 'schedule' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . build-args: |