From becd09ea06248706f3dda8bfed2372f8187766c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:35:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20docker/build-push-action=20f?= =?UTF-8?q?rom=204.2.1=20to=206.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.2.1...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b437f19..0904108 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: uses: docker/setup-buildx-action@v2.10.0 - name: Build Docker Image id: docker_build - uses: docker/build-push-action@v4.2.1 + uses: docker/build-push-action@v6.18.0 with: context: . platforms: linux/amd64