From 858fb8de1daf9448c73c28abcbc271f0fb1f3f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 05:23:17 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.15.0 to 6.18.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/471d1dc4e07e5cdedd4c2171150001c434f0b7a4...263435318d21b8e681c14492fe198d362a7d2c83) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 2 +- .github/workflows/tool-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1eae4995..d1228a0f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.MILVUSDB_DOCKER_PWD }} - name: Build and push by digest id: build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . platforms: ${{ matrix.platform }} diff --git a/.github/workflows/tool-docker-image.yml b/.github/workflows/tool-docker-image.yml index f8d6c5fe..9122907a 100644 --- a/.github/workflows/tool-docker-image.yml +++ b/.github/workflows/tool-docker-image.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.MILVUSDB_DOCKER_PWD }} - name: Build and push by digest id: build - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . file: ./tool.Dockerfile