From 0496a72ed13b2d854aca0f25e64ce2b49b659b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:54:56 +0000 Subject: [PATCH] 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/cli.yaml | 2 +- .github/workflows/service.yaml | 2 +- .github/workflows/ui.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 48af7b7..729991e 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -43,7 +43,7 @@ jobs: # We need to pass the tag or the short hash as build argument VERSOION to the Dockerfile - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./cli push: ${{ github.ref_type == 'tag' || github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/service.yaml b/.github/workflows/service.yaml index 60f1529..20d327f 100644 --- a/.github/workflows/service.yaml +++ b/.github/workflows/service.yaml @@ -43,7 +43,7 @@ jobs: # We need to pass the tag or the short hash as build argument VERSOION to the Dockerfile - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./service push: ${{ github.ref_type == 'tag' || github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 81410b2..ad53f14 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -43,7 +43,7 @@ jobs: # We need to pass the tag or the short hash as build argument VERSOION to the Dockerfile - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ./ui push: ${{ github.ref_type == 'tag' || github.ref == 'refs/heads/main' }}