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 16, 2024
1 parent 8c358a3 commit f1fe314
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 f1fe314

Please sign in to comment.