escape dollar
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:19:32 +03:00
parent 6571272529
commit ebaa5ae39b

View File

@ -18,6 +18,6 @@ jobs:
run: helm package --version 0.0.0 .
- name: publish
run: |
echo "${{ secrets.REGISTRY_USERNAME }}"
echo ${{ '${{ secrets.REGISTRY_USERNAME }}' }}
echo "${{ secrets.REGISTRY_PASSWORD }}" | helm registry login harbor.grachevko.ru --username "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
helm push ./*.tgz oci://harbor.grachevko.ru/${{ vars.GITEA_REPOSITORY }}