From 64269f36ce2f1697d66862cf59a5b3e7f586b78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:14:22 +0000 Subject: [PATCH] chore(deps): bump docker/metadata-action from 4 to 5 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 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/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codespaces.yml | 4 ++-- .github/workflows/customer-data-pipeline.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codespaces.yml b/.github/workflows/codespaces.yml index cf6a8c9503ca4..3b562b576146a 100644 --- a/.github/workflows/codespaces.yml +++ b/.github/workflows/codespaces.yml @@ -42,7 +42,7 @@ jobs: # for more details - name: Docker image metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ steps.lowercase.outputs.repository }}/codespaces tags: | @@ -54,7 +54,7 @@ jobs: # This creates a scope similar to the github cache action scoping - name: Docker cache-from/cache-to metadata id: meta-for-cache - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/${{ steps.lowercase.outputs.repository }}/codespaces tags: | diff --git a/.github/workflows/customer-data-pipeline.yml b/.github/workflows/customer-data-pipeline.yml index ff60596f2193a..b00e74149718d 100644 --- a/.github/workflows/customer-data-pipeline.yml +++ b/.github/workflows/customer-data-pipeline.yml @@ -40,7 +40,7 @@ jobs: run: | echo "repository=${GITHUB_REPOSITORY,,}" >> "$GITHUB_OUTPUT" - - uses: docker/metadata-action@v4 + - uses: docker/metadata-action@v5 id: meta with: images: ghcr.io/${{ steps.lowercase.outputs.repository }}/cdp @@ -49,7 +49,7 @@ jobs: # ${{ github.repository }} directly because the repository # organization name is has upper case characters, which are not # allowed in docker image names. - - uses: docker/metadata-action@v4 + - uses: docker/metadata-action@v5 id: meta-cache with: images: ghcr.io/${{ steps.lowercase.outputs.repository }}/cdp @@ -140,7 +140,7 @@ jobs: - name: Generate docker latest tag if: github.ref == 'refs/heads/master' - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 id: meta with: images: ghcr.io/${{ steps.lowercase.outputs.repository }}/cdp