ci(CAR-1423): disable provenance/sbom attestations on auth build-push #40
Reference in New Issue
Block a user
Delete Branch "betty/car-1423-disable-provenance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Disables Docker provenance/SBOM attestation generation on
build-and-pushstep.The DinD runner (containerd image store) generates an OCI image index + attestation manifest that the Gitea container registry rejects on push with
unknownerror. Settingprovenance: false+sbom: falsemakes the action push a single plain manifest which Gitea accepts.Fixes: Paperclip CAR-1423 / Gitea #39
cc @cpfarhood