From 2665c90d2857be0efaab86cfc219c4ee9dd4014c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 07:41:54 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-buildx from v3.1.0 to v3.2.0 (#113) Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx) from v3.1.0 to v3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases) - [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-docker-buildx/compare/v3.1.0...552c9de485482d9bbaa6fa035ee55e518e1e3cb9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f92062e..71cba438 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: ${TAGS} --file Dockerfile . - name: Set up Docker Buildx - uses: crazy-max/ghaction-docker-buildx@v3.1.0 + uses: crazy-max/ghaction-docker-buildx@v3.2.0 - name: Docker Buildx (build) run: |