From d2e715b8cae8443791846965bf53b10e37cd2b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:27:30 +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.8.0 to 6.9.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.8.0...v6.9.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 ef96142..2a0a85d 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: - name: Build image id: docker-build - uses: docker/build-push-action@v6.8.0 + uses: docker/build-push-action@v6.9.0 with: builder: ${{ steps.buildx.outputs.name }} context: .