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 241dd60 commit 4d9e2e7Copy full SHA for 4d9e2e7
.github/workflows/release.yml
@@ -50,5 +50,4 @@ jobs:
50
env:
51
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
run: |
53
- echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
54
- gh attestation verify oci://ghcr.io/${{ env.USER }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.release_tag }} -R ${{ github.repository }}
+ gh attestation verify oci://ghcr.io/${{ env.USER }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.release_tag }} -R ${{ github.repository }}
0 commit comments