From 19929059cfff8436a3932902f5d5880406a5a5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:29:00 +0100 Subject: [PATCH] build(deps): Bump docker/metadata-action from 5.0.0 to 5.1.0 (#5277) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/96383f45573cb7f253c731d3b3ab81c87ef81934...f19c3691d56f26e3f97547999df66a9ecbf0d9b0) --- 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/docker.yml | 2 +- .github/workflows/e2e-test-workflow-call.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 32e1eb49e4c..cda8b44ebc8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -23,7 +23,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0 with: images: ${{ env.REGISTRY }}/cosmos/${{ env.IMAGE_NAME }} diff --git a/.github/workflows/e2e-test-workflow-call.yml b/.github/workflows/e2e-test-workflow-call.yml index a8e2a8dd0f7..e96f7c63872 100644 --- a/.github/workflows/e2e-test-workflow-call.yml +++ b/.github/workflows/e2e-test-workflow-call.yml @@ -121,7 +121,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker if: ${{ inputs.build-and-push-docker-image }} id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0 with: images: ${{ env.REGISTRY }}/cosmos/${{ env.IMAGE_NAME }} @@ -168,7 +168,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker if: ${{ inputs.build-and-push-docker-image-wasm }} id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0 with: images: ${{ env.REGISTRY }}/cosmos/${{ env.IMAGE_NAME_WASM }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bb533fc2e8..11adbcdfc75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 + uses: docker/metadata-action@f19c3691d56f26e3f97547999df66a9ecbf0d9b0 with: images: ${{ env.REGISTRY }}/cosmos/${{ env.IMAGE_NAME }}