From 6cad3473abed9655b9412a00676d5036d94494ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:37:52 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 3.0.0 to 3.1.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...c84f38281176d4c9cdb1626ffafcd6b3911b5d94) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-clang-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-clang-image.yaml b/.github/workflows/build-clang-image.yaml index 18bce2dc873..07ff3cf4f7b 100644 --- a/.github/workflows/build-clang-image.yaml +++ b/.github/workflows/build-clang-image.yaml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Release Build clang - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 id: docker_build_release with: context: .