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