Skip to content

Commit

Permalink
fix: hardcode repo name (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Anushka Mittal <[email protected]>
  • Loading branch information
anushkamittal2001 authored Jun 3, 2024
1 parent f2c1bed commit 43bafd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
registry: ghcr.io
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository_owner }}
repository: reports-server
version: ${{ github.ref_name }}
sign-image: true
sbom-name: reports-server
Expand Down

0 comments on commit 43bafd0

Please sign in to comment.