ci(CAR-1423): disable provenance/sbom attestations on auth build-push #40

Merged
Barcode Betty merged 1 commits from betty/car-1423-disable-provenance into dev 2026-06-22 22:25:36 +00:00
Member

Summary

Disables Docker provenance/SBOM attestation generation on build-and-push step.

The DinD runner (containerd image store) generates an OCI image index + attestation manifest that the Gitea container registry rejects on push with unknown error. Setting provenance: false + sbom: false makes the action push a single plain manifest which Gitea accepts.

Fixes: Paperclip CAR-1423 / Gitea #39

cc @cpfarhood

## Summary Disables Docker provenance/SBOM attestation generation on `build-and-push` step. The DinD runner (containerd image store) generates an OCI image index + attestation manifest that the Gitea container registry rejects on push with `unknown` error. Setting `provenance: false` + `sbom: false` makes the action push a single plain manifest which Gitea accepts. Fixes: Paperclip CAR-1423 / Gitea #39 cc @cpfarhood
Barcode Betty added 1 commit 2026-06-22 22:24:31 +00:00
ci(CAR-1423): disable provenance/sbom attestations on auth build-push
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
4819d9c7ac
Barcode Betty merged commit 5cdb4c63b8 into dev 2026-06-22 22:25:36 +00:00
Sign in to join this conversation.