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 a55c76e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,16 @@ jobs:
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
- name: Generate artifact attestation
- name: Generate artifact attestation for Docker Hub
uses: actions/[email protected]
with:
subject-name: ${{ steps.build-image.outputs.image }}
subject-name: docker.io/${{ secrets.DOCKER_USERNAME }}/vlmcsd
subject-digest: ${{ steps.deploy.outputs.digest }}
push-to-registry: true
- name: Generate artifact attestation for GitHub Container Registry
uses: actions/[email protected]
with:
subject-name: ghcr.io/${{ github.actor }}/vlmcsd
subject-digest: ${{ steps.deploy.outputs.digest }}
push-to-registry: true

Expand Down

0 comments on commit a55c76e

Please sign in to comment.