test
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s
Details
This commit is contained in:
parent
c4541fa2c7
commit
6bea3f4fbd
|
@ -16,10 +16,12 @@ jobs:
|
||||||
- name: Package helm chart
|
- name: Package helm chart
|
||||||
run: |
|
run: |
|
||||||
helm package chart/
|
helm package chart/
|
||||||
- name: Add helm repo
|
- name: Push Helm Chart to Gitea
|
||||||
run: |
|
uses: bsord/helm-push@4.2.0
|
||||||
helm repo add --username accidentallycompetent --password ${{ secret.PUBLIC_PACKAGE_WRITE }} octocloudlab https://gitea.example.com/api/packages/octocloudlab/helm
|
with:
|
||||||
- name: Upload chart artifact
|
username: accidentallycompetent
|
||||||
run: |
|
password: ${{ secret.PUBLIC_PACKAGE_WRITE }}
|
||||||
helm cm-push chart/*.tgz octocloudlab
|
registry-url: 'https://gitea.example.com/api/packages/octocloudlab/helm'
|
||||||
|
force: true
|
||||||
|
chart-folder: chart
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue