From 87432090debeeddff84ac44e616e32ef391719b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:24:27 -0400 Subject: [PATCH] Bump docker/metadata-action from 3.5.0 to 3.7.0 (#1) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52dcd46..6bd069c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - name: Docker meta id: docker-meta - uses: docker/metadata-action@v3.5.0 + uses: docker/metadata-action@v3.7.0 with: # list of Docker images to use as base name for tags images: "${{ steps.image-repo.outputs.images }}"