diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index ee6b248..8b0adbc 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -51,4 +51,4 @@ jobs: if: github.event_name != 'pull_request' run: | helm push /tmp/helm-charts/cloudflare-ddns-${{ steps.chart_version.outputs.version }}.tgz \ - oci://ghcr.io/timothymiller + oci://ghcr.io/${{ github.repository_owner }}