Compare commits
No commits in common. "bc16ab6c75839b4f7025d3043856e102df78c336" and "bebcb4d5a542a669cb96ed5202f1d8ac19459767" have entirely different histories.
bc16ab6c75
...
bebcb4d5a5
|
@ -8,7 +8,7 @@ on:
|
|||
paths:
|
||||
- "charts/**"
|
||||
jobs:
|
||||
Publilsh-Charts:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-22.04:docker://node:18-bullseye
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
@ -20,12 +20,4 @@ jobs:
|
|||
password: ${{ secrets.PUBLIC_PACKAGE_WRITE }}
|
||||
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
|
||||
force: true
|
||||
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
|
||||
chart-folder: charts/*
|
||||
|
|
Loading…
Reference in New Issue