Skip to content

fix(ci): disable buildx provenance to fix ACR Standard push (400)#206

Merged
Dongbumlee merged 1 commit intomainfrom
hotfix/disable-buildx-provenance-acr-standard
Apr 24, 2026
Merged

fix(ci): disable buildx provenance to fix ACR Standard push (400)#206
Dongbumlee merged 1 commit intomainfrom
hotfix/disable-buildx-provenance-acr-standard

Conversation

@Dongbumlee
Copy link
Copy Markdown
Contributor

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

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

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>
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants