Skip to content

Commit

Permalink
Add org name
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jun 13, 2024
1 parent 23a5071 commit 697dfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-containers-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Build and Publish CI Containers to GHCR"
on:
push:
tags:
- "ccf_test_ci_image/*"
- "test_build/*"

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/ccf/ci
subject-name: ${{ env.REGISTRY }}/microsoft/ccf/ci
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 697dfc9

Please sign in to comment.