diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45666a3..b7c0306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -268,7 +268,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/${{ github.repository }} tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 195e7e2..f91fd87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -503,7 +503,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/${{ github.repository }} tags: |