Skip to content

Commit 317022d

Browse files
committed
Add org name
1 parent 697dfc9 commit 317022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-containers-ghcr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: meta
3434
uses: docker/metadata-action@v5
3535
with:
36-
images: ${{ env.REGISTRY }}/ccf/ci
36+
images: ${{ env.REGISTRY }}/${{ github.repository }}/ci
3737

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

0 commit comments

Comments
 (0)