From 237d5bf9f353238b2eefc00ee02943aaba7eeb9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:50:17 +0000 Subject: [PATCH] chore: 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/nightly.yaml | 2 +- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index ca7a4da..f0c056c 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . build-args: VERSION="nightly" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ba120e4..763f11d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -98,7 +98,7 @@ jobs: - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . build-args: VERSION="99.99.99" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcafdef..423859a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: - name: Build and Push Docker Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 id: build-and-push with: context: .