diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index c26fdec10a..9c299abcf3 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -76,6 +76,6 @@ jobs: for dir in `find charts-tmp -maxdepth 1 -mindepth 1 -type d -print`; do chart=${dir##*/} echo "Found chart: ${chart}" - helm package charts-tmp/${chart} --destination dist - helm push dist/${chart}-*.tgz oci://ghcr.io/${GITHUB_REPOSITORY} - done \ No newline at end of file + helm package charts-tmp/${chart} --destination .dist + helm push .dist/${chart}-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts + done diff --git a/.gitignore b/.gitignore index 523d047e10..aaf5e16a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ kubectl-kyverno .DS_Store .tools .gopath +.dist