We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634a97a commit 3e1b36fCopy full SHA for 3e1b36f
.github/workflows/container.yml
@@ -40,7 +40,7 @@ jobs:
40
id: meta
41
uses: docker/metadata-action@v5
42
with:
43
- images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.repository }}
+ images: ${{ env.REGISTRY }}/${{ github.repository }}
44
45
- name: Build and push container image
46
id: push
@@ -56,6 +56,6 @@ jobs:
56
- name: Generate artifact attestation
57
uses: actions/attest-build-provenance@v2
58
59
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
+ subject-name: ${{ env.REGISTRY }}/${{ github.repository }}
60
subject-digest: ${{ steps.push.outputs.digest }}
61
push-to-registry: true
0 commit comments