From c7b59346d485f416818fc9df19d873f110fd8af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 05:16:24 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 5.3.0 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a5513b..57e0977 100644 --- a/action.yml +++ b/action.yml @@ -103,7 +103,7 @@ runs: exit 1 fi - name: Build and push Docker image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.10.0 with: context: ${{ inputs.docker_context }} file: ${{ inputs.dockerfile_path }}