Skip to content

Choose a tag to compare

@github-actions github-actions released this 16 Aug 07:33
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.
abd2df9

🎉 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: write permission for the image attestation storage record (#272)
    • actions/attest defaults create-storage-record to true, 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 a no artifacts found warning.
  • 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