Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a46dec16e4 |
@@ -27,9 +27,10 @@ jobs:
|
|||||||
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
||||||
- name: clone & package
|
- name: clone & package
|
||||||
run: |
|
run: |
|
||||||
helm create ${{ env.CHART_NAME }}
|
sleep 300
|
||||||
helm package ${{ env.CHART_NAME }}
|
# helm create ${{ env.CHART_NAME }}
|
||||||
curl --user ${{ REGISTRY_DOCKER_USER }}:${{ REGISTRY_DOCKER_PASS }} -X POST --upload-file ./${{ env.CHART_NAME }}-0.1.0.tgz https://gitea.example.com/api/packages/${{ REGISTRY_DOCKER_USER }}/helm/api/charts
|
# helm package ${{ env.CHART_NAME }}
|
||||||
|
# curl --user ${{ REGISTRY_DOCKER_USER }}:${{ REGISTRY_DOCKER_PASS }} -X POST --upload-file ./${{ env.CHART_NAME }}-0.1.0.tgz https://gitea.example.com/api/packages/${{ REGISTRY_DOCKER_USER }}/helm/api/charts
|
||||||
|
|
||||||
|
|
||||||
# helm repo add --username {username} --password {password} {repo} https://gitea.example.com/api/packages/{owner}/helm
|
# helm repo add --username {username} --password {password} {repo} https://gitea.example.com/api/packages/{owner}/helm
|
||||||
|
|||||||
Reference in New Issue
Block a user