From cf91c83fc1d90d43ef1b1900080aad230027fb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 09:06:56 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 3.3.0 to 3.4.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v3.3.0...v3.4.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 1b4e686a..843b9895 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.3.0 + uses: crazy-max/ghaction-docker-meta@v3.4.0 with: images: amir20/dozzle - name: Set up QEMU diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 046fc63e..d51d01b2 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.3.0 + uses: crazy-max/ghaction-docker-meta@v3.4.0 with: images: amir20/dozzle - name: Set up QEMU