debug step
Some checks failed
continuous-integration/drone/push Build is passing
Release Helm / release (push) Failing after 20s

This commit is contained in:
2023-08-27 22:57:31 +03:00
parent fd9329d05c
commit 1d1c20dea5

View File

@ -16,8 +16,10 @@ jobs:
helm lint --strict .
- name: build
run: helm package --version 0.0.0 .
- name: debug
run: |
echo ${{ gitea }}
- name: publish
run: |
echo ${{ gitea.repository }}
echo "${{ secrets.REGISTRY_PASSWORD }}" | helm registry login harbor.grachevko.ru --username "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
helm push ./*.tgz oci://harbor.grachevko.ru/${{ gitea.repository }}