move debug to end
Some checks failed
continuous-integration/drone/push Build is passing
Release Helm / release (push) Failing after 21s

This commit is contained in:
2023-08-27 23:05:34 +03:00
parent 40e4ff5a33
commit 4efb4218ef

View File

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