Actions #1

Merged
grachevko merged 16 commits from actions into master 2023-08-27 20:43:00 +00:00
Showing only changes of commit 4efb4218ef - Show all commits

View File

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