From 0bc867cf1174fca33eede4f8a19b120cf09fe3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:24:46 +0100 Subject: [PATCH] build(deps): bump docker/metadata-action from 4.1.1 to 4.2.0 (#716) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/57396166ad8aefe6098280995947635806a0e6ea...05d22bf31770de02e20c67c70365453e00227f61) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-main-push.yaml | 2 +- .github/workflows/on-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-main-push.yaml b/.github/workflows/on-main-push.yaml index 343f780..37305e8 100644 --- a/.github/workflows/on-main-push.yaml +++ b/.github/workflows/on-main-push.yaml @@ -36,7 +36,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea + uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} diff --git a/.github/workflows/on-tag.yaml b/.github/workflows/on-tag.yaml index b83ca80..0cae1b4 100644 --- a/.github/workflows/on-tag.yaml +++ b/.github/workflows/on-tag.yaml @@ -67,7 +67,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea + uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}