From 47c8bf2af002470389fa0536dd6939a3650ef657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:59:57 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-buildx from v3.2.0 to v3.3.0 (#114) Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx) from v3.2.0 to v3.3.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.2.0...bb77f35f7a82f54fcda51000ea4e4467825014fd) 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 b1a3528..3f77051 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: ${TAGS} --file Dockerfile . - name: Set up Docker Buildx - uses: crazy-max/ghaction-docker-buildx@v3.2.0 + uses: crazy-max/ghaction-docker-buildx@v3.3.0 - name: Docker Buildx (build) run: |