You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): disable buildx provenance to fix ACR Standard push (400)
ACR Standard SKU does not support OCI image indexes containing buildx
attestation manifests, causing docker/build-push-action to fail with
'400 Bad Request' on the manifest HEAD/PUT step.
Set provenance: false on all docker/build-push-action@v6 steps in:
- .github/workflows/docker-build-and-push.yml
- .github/workflows/job-docker-build.yml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments