From 026821f3a0e490bb9ecea1664e9473fd3956b00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:14:41 +0000 Subject: [PATCH] Bump docker/build-push-action from 7.2.0 to 7.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push.yml | 2 +- .github/workflows/on-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 41bd121..f4bab76 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -55,7 +55,7 @@ jobs: type=ref,event=branch type=edge,branch=main - name: Build - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.0 with: platforms: ${{ env.PLATFORMS }} push: false diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 0a65e05..8338b8e 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -68,7 +68,7 @@ jobs: type=ref,event=branch type=edge,branch=main - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.0 with: platforms: ${{ env.PLATFORMS }} push: true diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 4513eaf..b3e0632 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -40,7 +40,7 @@ jobs: type=ref,event=branch type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v7.2.0 + uses: docker/build-push-action@v7.3.0 with: platforms: ${{ env.PLATFORMS }} push: true