Skip to content

[ACR] Add Docker image build and provenance attestations to ACR - #158

Open
chriscpaul wants to merge 11 commits into
mainfrom
publish-acr
Open

[ACR] Add Docker image build and provenance attestations to ACR#158
chriscpaul wants to merge 11 commits into
mainfrom
publish-acr

Conversation

@chriscpaul

Copy link
Copy Markdown

Add a separate workflow to build and push the OCI image to Azure Container Registry (ACR) with build provenance attestations.

chriscpaul and others added 3 commits June 3, 2026 16:15
Add a separate workflow to build and push the OCI image to Azure
Container Registry (ACR) with build provenance attestations.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The scoped ACR token grants access to 'repositories/artifact-attestations-opa-provider'
not 'repositories/github/artifact-attestations-opa-provider'. Remove the github/ prefix
to match the token scope.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
GitHub Advanced Security started work on behalf of chriscpaul June 11, 2026 19:51 View session
GitHub Advanced Security finished work on behalf of chriscpaul June 11, 2026 19:52
GitHub Advanced Security started work on behalf of chriscpaul June 11, 2026 21:07 View session
GitHub Advanced Security finished work on behalf of chriscpaul June 11, 2026 21:08
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
GitHub Advanced Security started work on behalf of chriscpaul June 12, 2026 16:52 View session
GitHub Advanced Security finished work on behalf of chriscpaul June 12, 2026 16:54
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
GitHub Advanced Security started work on behalf of chriscpaul June 12, 2026 17:34 View session
GitHub Advanced Security finished work on behalf of chriscpaul June 12, 2026 17:35
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
GitHub Advanced Security started work on behalf of chriscpaul June 12, 2026 18:23 View session
GitHub Advanced Security finished work on behalf of chriscpaul June 12, 2026 18:24
GitHub Advanced Security started work on behalf of chriscpaul June 12, 2026 20:49 View session
GitHub Advanced Security started work on behalf of chriscpaul June 12, 2026 20:50 View session
GitHub Advanced Security finished work on behalf of chriscpaul June 12, 2026 20:51
GitHub Advanced Security finished work on behalf of chriscpaul June 12, 2026 20:51
@whopper
whopper marked this pull request as ready for review August 12, 2026 18:05
@whopper
whopper requested a review from a team as a code owner August 12, 2026 18:05
Copilot AI balanced review requested due to automatic review settings August 12, 2026 18:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds ACR image publishing and provenance attestations to the release process.

Changes:

  • Authenticates with ACR.
  • Builds and pushes multi-platform images.
  • Publishes provenance attestations.
Show a summary per file
File Description
.github/workflows/release.yaml Adds ACR publishing and attestation steps.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Balanced

subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

- name: Log in to Azure Container Registry (ACR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants