Skip to content

Commit

Permalink
fix/ci: remove redundant registry in attestations URI
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed May 23, 2024
1 parent 2401a0e commit 2a028e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
id: attest
if: github.repository == 'kbdharun/dev-image' && github.event_name != 'pull_request'
with:
subject-name: ghcr.io/${{ env.IMAGE_NAME }}
subject-name: ${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: false

0 comments on commit 2a028e9

Please sign in to comment.