From 4fc1db6787154fb35a5c56081095e181749f0021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 05:38:10 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 5.3.0 to 6.17.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.17.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index ba62e6003..ad32b57fb 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -78,7 +78,7 @@ jobs: - name: Build if: ${{!inputs.push_image}} - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.17.0 with: context: . file: ${{inputs.docker_file}} @@ -103,7 +103,7 @@ jobs: - name: Build & Push if: ${{inputs.push_image}} - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.17.0 with: context: . file: ${{inputs.docker_file}}