publish.yaml: add headplane chart to workflow
Signed-off-by: Hilmar Magnusson <hilmarmag@protonmail.com>
This commit is contained in:
parent
475527afdc
commit
7e83720e25
|
@ -36,4 +36,12 @@ jobs:
|
||||||
password: ${{ secrets.PUBLIC_PACKAGE_WRITE }}
|
password: ${{ secrets.PUBLIC_PACKAGE_WRITE }}
|
||||||
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
|
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
|
||||||
force: true
|
force: true
|
||||||
chart-folder: charts/refact-chatbot-ui
|
chart-folder: charts/refact-chatbot-ui
|
||||||
|
- name: Push Helm Chart to Gitea Registry - headplane
|
||||||
|
uses: bsord/helm-push@v4.1.0
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.USERNAME }}
|
||||||
|
password: ${{ secrets.PUBLIC_PACKAGE_WRITE }}
|
||||||
|
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
|
||||||
|
force: true
|
||||||
|
chart-folder: charts/headplane
|
||||||
|
|
Loading…
Reference in New Issue