From 879c09da38a53000ff7ee36c4e9760c3ded74bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:39:03 +0000 Subject: [PATCH] ci: 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/build-and-push.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 35eb362..4d40204 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -25,7 +25,7 @@ jobs: - name: Build and Push Docker image id: build_and_push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ${{ secrets.ACR_URL }}/${{ env.DOMAIN }}/${{ github.event.repository.name }}:${{ github.ref_name }} diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 8c48829..c456e39 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -96,4 +96,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Build and Push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7