From 13c3c38e3f67ff06adfb7daad9018aaa5bd0a13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:08:50 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.3.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0) --- 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/build-and-push-cliain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-cliain.yml b/.github/workflows/build-and-push-cliain.yml index 5cb1556a..c5a1d087 100644 --- a/.github/workflows/build-and-push-cliain.yml +++ b/.github/workflows/build-and-push-cliain.yml @@ -67,7 +67,7 @@ jobs: (steps.get_branch.outputs.branch_name == 'main' && 'latest' || steps.get_branch.outputs.branch_name) || matrix.runtime == 'liminal' && steps.get_branch.outputs.sha_short }} - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./bin/cliain builder: ${{ steps.buildx.outputs.name }}