From 4ccccbc9c8f99837293402313b9e474cb1d249a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 07:39:37 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 3.1.0 to 3.2.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c0aa1fc..bcbd8c18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Docker meta id: meta - uses: crazy-max/ghaction-docker-meta@v3.1.0 + uses: crazy-max/ghaction-docker-meta@v3.2.0 with: images: amir20/dozzle - name: Set up QEMU