Skip to content

Commit

Permalink
fix(ci): Set the correct subject-name
Browse files Browse the repository at this point in the history
  • Loading branch information
mogeko committed Nov 17, 2024
1 parent d488f5c commit f268c50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
- name: Generate artifact attestation
uses: actions/[email protected]
with:
subject-name: ${{ steps.build-image.outputs.image }}
subject-name: |
docker.io/${{ secrets.DOCKER_USERNAME }}/vlmcsd
ghcr.io/${{ github.actor }}/vlmcsd
subject-digest: ${{ steps.deploy.outputs.digest }}
push-to-registry: true

Expand Down

0 comments on commit f268c50

Please sign in to comment.