From 3edf6a6bd25352df00c5a548111e1e374ccba4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:01:56 +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.12.0 to 6.13.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.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 a8b68bd..b397341 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: - name: Build image id: docker-build - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v6.13.0 with: builder: ${{ steps.buildx.outputs.name }} context: .