Skip to content

Commit

Permalink
correct ghcr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 17, 2024
1 parent 9a45870 commit 95e78a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push "${pkg}" oci://ghcr.io/${{ github.repository_owner }}
helm push "${pkg}" oci://ghcr.io/${{ github.repository }}
done

0 comments on commit 95e78a6

Please sign in to comment.