From 5c70c7e52618942814348822b83c9bf6e8c60977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:00:23 +0700 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 3.6.1 to 3.6.2 (#20) Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0bc489a..73c262c 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.1 + uses: crazy-max/ghaction-docker-meta@v3.6.2 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 9dff609..f8e81fd 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.1 + uses: crazy-max/ghaction-docker-meta@v3.6.2 with: # list of Docker images to use as base name for tags images: |