ci: use github.repository_owner in helm push destination

This commit is contained in:
qitpydev
2026-06-09 16:57:19 +07:00
parent 7564cb14f0
commit a0ce9812b3

View File

@@ -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 }}