fix the repo name
All checks were successful
ci/woodpecker/push/helm-workflow Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2024-05-05 19:44:29 +02:00
parent 1e9df14190
commit 14052397af
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -74,7 +74,7 @@ steps:
done
- |
for chart in $(find chart-packages -maxdepth 1 -mindepth 1 -type f); do
helm push $chart oci://git.badhouseplants.net/softplayer
helm push $chart oci://git.badhouseplants.net/softplayer/helm
done
services: