From 3445c0122f85db06a6e0defaa8c48193f0fc97cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 05:49:24 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#1895) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/call-release-image-hamicore.yaml | 2 +- .github/workflows/call-release-image.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-release-image-hamicore.yaml b/.github/workflows/call-release-image-hamicore.yaml index f0572038f..9299d21bb 100644 --- a/.github/workflows/call-release-image-hamicore.yaml +++ b/.github/workflows/call-release-image-hamicore.yaml @@ -99,7 +99,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO_HAMICORE }} - name: Build & Pushing hami-core image - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: . file: ${{ env.IMAGE_ROOT_PATH }}/Dockerfile.hamicore diff --git a/.github/workflows/call-release-image.yaml b/.github/workflows/call-release-image.yaml index c22b5250e..75c30f9fd 100644 --- a/.github/workflows/call-release-image.yaml +++ b/.github/workflows/call-release-image.yaml @@ -105,7 +105,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO }} - name: Build & Pushing hami image - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: . file: ${{ env.IMAGE_ROOT_PATH }}/Dockerfile.hamimaster diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c97e9064c..a966e2e9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,7 +159,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_REPO }} - name: Build & Pushing hami image - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: context: . file: ${{ env.IMAGE_ROOT_PATH }}/Dockerfile