From da3b67c5652a187775f3c1598462bf40afc3e82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 09:08:12 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 3.4.1 to 3.5.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 755dca1a..54b83247 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.4.1 + uses: crazy-max/ghaction-docker-meta@v3.5.0 with: images: amir20/dozzle - name: Set up QEMU diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index d44875d8..1746393a 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Docker meta id: meta - uses: crazy-max/ghaction-docker-meta@v3.4.1 + uses: crazy-max/ghaction-docker-meta@v3.5.0 with: images: amir20/dozzle - name: Set up QEMU