Merge pull request 'update publish workflow' (#3) from workflow into main
Reviewed-on: #3
This commit is contained in:
commit
bc16ab6c75
|
@ -8,7 +8,7 @@ on:
|
|||
paths:
|
||||
- "charts/**"
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
Publilsh-Charts:
|
||||
runs-on: ubuntu-22.04:docker://node:18-bullseye
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
@ -20,4 +20,12 @@ jobs:
|
|||
password: ${{ secrets.PUBLIC_PACKAGE_WRITE }}
|
||||
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
|
||||
force: true
|
||||
chart-folder: charts/*
|
||||
chart-folder: charts/refact
|
||||
- name: Push Helm Chart to Gitea Registry
|
||||
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/linkwarden
|
||||
|
|
Loading…
Reference in New Issue