diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f60db1a..3e37ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: - name: Generate Docker tags and labels 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 aff4a49..a4a97b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,7 @@ jobs: - name: Generate Docker tags and labels id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/${{ github.repository }} tags: |