diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 470b2db2..81cd7fbb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -308,9 +308,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Generate artifact attestation - uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - push-to-registry: true diff --git a/changelog.md b/changelog.md index e2f7bdc2..7d54216b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ -Upcoming (TBD) +2.24.4 (2026/09/12) ============== +Bug Fixes +-------- +* Remove artifact attestations from ghcr.io images, fixing package examples. + + Internal -------- * Remove `continue-on-error` from release tests. @@ -23,7 +28,6 @@ Bug Fixes * Set `artifact-metadata: write` in `publish.yml`. - 2.24.1 (2026/09/12) ==============