test publish
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Details
This commit is contained in:
parent
b80ac826ab
commit
73790cd698
|
@ -24,4 +24,7 @@ jobs:
|
||||||
- name: Add helm repo
|
- name: Add helm repo
|
||||||
run: |
|
run: |
|
||||||
helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm
|
helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm
|
||||||
|
- name: Upload chart artifact
|
||||||
|
run: |
|
||||||
|
helm cm-push ./*.tgz octocloudlab
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue