diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a095b7e..2b34ae6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -314,5 +314,4 @@ jobs: uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true diff --git a/changelog.md b/changelog.md index a475d4e7..9fc03b2b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +2.24.3 (2026/09/12) +============== + +Bug Fixes +-------- +* Remove explicit `subject-digest` from ghcr.io publish action. + + 2.24.2 (2026/09/12) ==============