We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697dfc9 commit 317022dCopy full SHA for 317022d
.github/workflows/ci-containers-ghcr.yml
@@ -33,7 +33,7 @@ jobs:
33
id: meta
34
uses: docker/metadata-action@v5
35
with:
36
- images: ${{ env.REGISTRY }}/ccf/ci
+ images: ${{ env.REGISTRY }}/${{ github.repository }}/ci
37
38
- name: Build and push Virtual container
39
id: push
@@ -51,6 +51,6 @@ jobs:
51
- name: Generate artifact attestation
52
uses: actions/attest-build-provenance@v1
53
54
- subject-name: ${{ env.REGISTRY }}/microsoft/ccf/ci
+ subject-name: ${{ env.REGISTRY }}/${{ github.repository }}/ci
55
subject-digest: ${{ steps.push.outputs.digest }}
56
push-to-registry: true
0 commit comments