From c2e2ebb269c775841807782b7b713dfb6aa2d747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:24:55 +0800 Subject: [PATCH] chore(deps): bump docker/metadata-action from 3 to 5 (#1105) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v3...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- .github/workflows/web3-docker-publish.yml | 2 +- .github/workflows/web3-indexer-docker-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2875643e9..330d5ea78 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -281,7 +281,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 env: FEATURE_TAG: ${{ matrix.features && format('-{0}', matrix.features) || '' }} with: diff --git a/.github/workflows/web3-docker-publish.yml b/.github/workflows/web3-docker-publish.yml index 6cda14279..c60c6de8e 100644 --- a/.github/workflows/web3-docker-publish.yml +++ b/.github/workflows/web3-docker-publish.yml @@ -56,7 +56,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} tags: | diff --git a/.github/workflows/web3-indexer-docker-publish.yml b/.github/workflows/web3-indexer-docker-publish.yml index 4d12b4c03..5cd15e1e8 100644 --- a/.github/workflows/web3-indexer-docker-publish.yml +++ b/.github/workflows/web3-indexer-docker-publish.yml @@ -56,7 +56,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v3 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} tags: |