Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
packages: write
attestations: write
id-token: write
artifact-metadata: write

steps:
- name: Checkout repository
Expand All @@ -305,9 +306,6 @@ 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 }}
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.24.2 (2026/09/12)
==============

Bug Fixes
--------
* Revert `docker` output-type on ghcr.io images.
* Set `artifact-metadata: write` in `publish.yml`.



2.24.1 (2026/09/12)
==============

Expand Down
Loading