diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dc20676e..2f083a69 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -305,6 +305,9 @@ jobs: with: context: . file: docker/Dockerfile + # avoids pull error: unsupported media type application/vnd.oci.empty.v1+json + # by publishing a v2 mediaType + load: true push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/changelog.md b/changelog.md index e50c86d0..9742808e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ -Upcoming (TBD) +2.24.1 (2026/09/12) ============== Bug Fixes -------- * Omitted completion-candidate methods are no longer applied at all. +* Set `docker` output-type on ghcr.io images. 2.24.0 (2026/09/12)