From 7489d7d9bbe9c0970d1d2103f2d23293a7f268a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jan 2022 05:06:23 +0000 Subject: [PATCH] Bump docker/metadata-action from 3.3.0 to 3.6.2 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.3.0 to 3.6.2. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/98669ae865ea3cffbcbaa878cf57c20bbf1c6c38...e5622373a38e60fb6d795a4421e56882f2d7a681) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index a8108b6..9a238c7 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -62,7 +62,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 + uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |