From f331407f89afe8873efe31596d4f60d81f406fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 02:11:33 +0000 Subject: [PATCH] Bump docker/metadata-action from 3.6.2 to 3.8.0 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 3.8.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v3.6.2...v3.8.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build-and-push.yaml b/.github/workflows/docker-build-and-push.yaml index 2119bd9..7f543ee 100644 --- a/.github/workflows/docker-build-and-push.yaml +++ b/.github/workflows/docker-build-and-push.yaml @@ -114,7 +114,7 @@ jobs: - name: Docker meta id: docker_meta - uses: docker/metadata-action@v3.6.2 + uses: docker/metadata-action@v3.8.0 with: # list of Docker images to use as base name for tags images: ${{ inputs.image-names }}