·
8 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
🎉 Now on GitHub Marketplace
Buildcage for Docker is published to the GitHub Marketplace as of this release.
Nothing changes about how you use the action — this release exists to create the listing. uses: buildcage/docker@<sha> keeps working exactly as before, and there is no reason to upgrade for the changes below. The name, description, and icon shown on the listing shipped in v3.0.2; the two changes here are release plumbing.
CI / Maintenance
- Add
artifact-metadata: writepermission for the image attestation storage record (#272)actions/attestdefaultscreate-storage-recordtotrue, which needs that permission. Without it the attestation itself still succeeded — the image was signed and the Sigstore bundle published normally — but the storage record wasn't created and each publish logged ano artifacts foundwarning.
- Remind the publisher to tick the Marketplace checkbox (#271)
- Publish this Action to the GitHub Marketplace has no field in the release API, so it has to be set by hand on every release. The release workflow's job summary now says so.
Full Changelog: v3.0.2...v3.0.3