diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd61858..08e11b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata for Docker id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/${{ github.repository }} # Because this workflow only runs on commits tagged `v*` (i n semver format) this section ensures that