Skip to content

Commit ef4e8ec

Browse files
authored
Fix other helm action's repo paths. (#117)
1 parent 8573b7a commit ef4e8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
helm package ./helm/temporal-worker-controller
9898
9999
# Push to Docker Hub
100-
helm push temporal-worker-controller-${VERSION}.tgz oci://docker.io/temporalio/helm-charts
100+
helm push temporal-worker-controller-${VERSION}.tgz oci://docker.io/temporalio
101101
102-
echo "✅ Chart pushed successfully to oci://docker.io/temporalio/helm-charts/temporal-worker-controller:${VERSION}"
102+
echo "✅ Chart pushed successfully to oci://docker.io/temporalio/temporal-worker-controller:${VERSION}"

0 commit comments

Comments
 (0)