Skip to content

Commit

Permalink
fix(ci): fix attestation due to docker hub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mogeko committed Nov 17, 2024
1 parent a55c76e commit 0c60585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Generate artifact attestation for Docker Hub
uses: actions/[email protected]
with:
subject-name: docker.io/${{ secrets.DOCKER_USERNAME }}/vlmcsd
subject-name: index.docker.io/${{ secrets.DOCKER_USERNAME }}/vlmcsd
subject-digest: ${{ steps.deploy.outputs.digest }}
push-to-registry: true
- name: Generate artifact attestation for GitHub Container Registry
Expand Down

0 comments on commit 0c60585

Please sign in to comment.