Actions #1
@ -10,7 +10,13 @@ jobs:
|
|||||||
- uses: yokawasa/action-setup-kube-tools@v0.9.3
|
- uses: yokawasa/action-setup-kube-tools@v0.9.3
|
||||||
with:
|
with:
|
||||||
setup-tools: helm
|
setup-tools: helm
|
||||||
- name:
|
- name: deps and lint
|
||||||
run: |
|
run: |
|
||||||
helm dependency update
|
helm dependency update
|
||||||
helm lint --strict .
|
helm lint --strict .
|
||||||
|
- name: build
|
||||||
|
run: helm package --version 0.0.0 .
|
||||||
|
- name: publish
|
||||||
|
run: |
|
||||||
|
helm registry login harbor.grachevko.ru --username ${{ secrets.REGISTRY_USERNAME }} --password ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
helm push ./*.tgz oci://harbor.grachevko.ru/${{ vars.GITEA_REPOSITORY }}
|
||||||
|
Reference in New Issue
Block a user