more tests
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
Details
This commit is contained in:
parent
f9975ab1b7
commit
0a540d4a23
|
@ -24,6 +24,8 @@ 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: Update helm repos
|
||||||
|
run: |
|
||||||
helm repo update
|
helm repo update
|
||||||
- name: Upload chart artifact
|
- name: Upload chart artifact
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue