From 2ac7758157472cd22414b9d7dd445533f949803b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 17:23:49 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4.0.0 to 6.17.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...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-image-cross.yml | 2 +- .github/workflows/docker-image-single.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image-cross.yml b/.github/workflows/docker-image-cross.yml index 133cd6b..8e3aa08 100644 --- a/.github/workflows/docker-image-cross.yml +++ b/.github/workflows/docker-image-cross.yml @@ -59,7 +59,7 @@ jobs: - name: Build and push Docker images if: steps.meta.outputs.generate_image == 'true' id: dbuild - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v6.17.0 with: context: . push: true diff --git a/.github/workflows/docker-image-single.yml b/.github/workflows/docker-image-single.yml index 8a4b40c..86950a0 100644 --- a/.github/workflows/docker-image-single.yml +++ b/.github/workflows/docker-image-single.yml @@ -59,7 +59,7 @@ jobs: latest=true - name: Build and push Docker images id: dbuild - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 + uses: docker/build-push-action@0788c444d8b4d67580213712e34a148cae3a6c4e with: context: . push: true @@ -100,7 +100,7 @@ jobs: flavor: | latest=true - name: Build and push devc Docker images - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v6.17.0 with: context: . push: true