From 0dfa1f78da240486e6bd998d9b3524ffb2bccfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:27:08 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 2 to 3.3.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 2 to 3.3.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2...v3.3.0) Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-and-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index 050e082..3d0bb11 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -34,7 +34,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v2 + uses: crazy-max/ghaction-docker-meta@v3.3.0 with: # list of Docker images to use as base name for tags images: | @@ -97,7 +97,7 @@ jobs: # steps for 2nd image jekyll-serve, based on above jekyll image layers name: Docker meta jekyll-serve id: docker_meta_jekyll_serve - uses: crazy-max/ghaction-docker-meta@v2 + uses: crazy-max/ghaction-docker-meta@v3.3.0 with: # list of Docker images to use as base name for tags images: |