From 888032cfd959527117e641529b0a84a6d779d85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:59:44 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4.0.0 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index 0a09fc1..6ef1fb2 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -72,7 +72,7 @@ jobs: - name: Build and push container image for cli id: build-and-push - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v6.10.0 if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true' with: context: .