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