From 2ffbd8ce3552c0e69cdb1e97a6c413871b02063f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:40:18 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 3.6.2 to 3.7.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.6.2 to 3.7.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v3.6.2...v3.7.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/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73c262c..80978d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v3.6.2 + uses: crazy-max/ghaction-docker-meta@v3.7.0 with: # list of Docker images to use as base name for tags images: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f8e81fd..45091d5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v3.6.2 + uses: crazy-max/ghaction-docker-meta@v3.7.0 with: # list of Docker images to use as base name for tags images: |