From e9d018a422fca35569e3be9d25a1f6e0c6f7abab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:12:08 +0000 Subject: [PATCH] build(action): bump docker/build-push-action in the actions group Bumps the actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c86e7de..f156898 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: - name: Build image id: docker-build - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: builder: ${{ steps.buildx.outputs.name }} context: .