feat: publish to code.forgejo.org/forgejo-helm/forgejo
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.27.13) (push) Has been cancelled
build / e2e (v1.28.9) (push) Has been cancelled
build / e2e (v1.29.4) (push) Has been cancelled
build / e2e (v1.30.0) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.27.13) (push) Has been cancelled
build / e2e (v1.28.9) (push) Has been cancelled
build / e2e (v1.29.4) (push) Has been cancelled
build / e2e (v1.30.0) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
This commit is contained in:
parent
149f13b886
commit
cf571d4a64
5 changed files with 8 additions and 6 deletions
|
|
@ -183,6 +183,7 @@ jobs:
|
|||
run: |
|
||||
echo ${CODEBERG_TOKEN} | helm registry login -u viceice --password-stdin codeberg.org/forgejo-contrib
|
||||
echo ${FORGEJO_TOKEN} | helm registry login -u viceice --password-stdin code.forgejo.org/forgejo-contrib
|
||||
echo ${FORGEJO_TOKEN} | helm registry login -u viceice --password-stdin code.forgejo.org/forgejo-helm
|
||||
env:
|
||||
CODEBERG_TOKEN: ${{secrets.API_TOKEN}}
|
||||
FORGEJO_TOKEN: ${{secrets.FORGEJO_API_TOKEN}}
|
||||
|
|
@ -191,6 +192,7 @@ jobs:
|
|||
run: |
|
||||
helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://codeberg.org/forgejo-contrib
|
||||
helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://code.forgejo.org/forgejo-contrib
|
||||
helm push tmp/forgejo-${GITHUB_REF_NAME#v}.tgz oci://code.forgejo.org/forgejo-helm
|
||||
|
||||
- name: publish forgejo release
|
||||
run: pnpm forgejo:release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue