From 9c2cb9270a3013a1b9e7779bb5dfcdd03d7ec6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:23:52 +0000 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from 2.4.0 to 3.1.0 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 2.4.0 to 3.1.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.4.0...v3.1.0) Signed-off-by: dependabot[bot] --- .github/workflows/docker.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index 78083fdc..c507d39b 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -18,7 +18,7 @@ jobs: - name: Docker meta id: docker_meta - uses: crazy-max/ghaction-docker-meta@v2.4.0 + uses: crazy-max/ghaction-docker-meta@v3.1.0 with: images: ghcr.io/${{ github.repository }} -