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 697dfc9 commit 317022d
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 @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/ccf/ci
images: ${{ env.REGISTRY }}/${{ github.repository }}/ci

- name: Build and push Virtual container
id: push
Expand All @@ -51,6 +51,6 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/microsoft/ccf/ci
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}/ci
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 317022d

Please sign in to comment.