.gitea/workflows/push-helm-chart.yaml aktualisiert
All checks were successful
Build and Test / build (pull_request) Successful in 29s
All checks were successful
Build and Test / build (pull_request) Successful in 29s
This commit is contained in:
parent
0baec568f3
commit
ee24ccac8c
@ -30,4 +30,4 @@ jobs:
|
||||
- name: Get Package Name
|
||||
run: echo PACKAGE_NAME=$(ls | grep .tgz) >> $GITHUB_OUTPUT
|
||||
- name: Push to Package Repo
|
||||
run: curl --user $HELM_USER:$HELM_PASSWD -X POST --upload-file ./$PACKAGE_NAME.tgz https://gitea.simonzeyer.de/api/packages/schuelerlabor-cleverlab/helm/api/charts
|
||||
run: curl --user $HELM_USER:$HELM_PASSWD -X POST --upload-file ./$PACKAGE_NAME.tgz $HELM_REPO
|
||||
|
Loading…
x
Reference in New Issue
Block a user