From 94f787ca7c416e7e729c2cd3d94fbabb3675659b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:32:04 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v6) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4a21e..c967fc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: type=raw,value=${{ needs.build.outputs.version-patch }} - name: Push ketch-cli container if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: context: . file: docker/ketch-cli/Dockerfile