Compare commits

..

No commits in common. "bc16ab6c75839b4f7025d3043856e102df78c336" and "bebcb4d5a542a669cb96ed5202f1d8ac19459767" have entirely different histories.

1 changed files with 2 additions and 10 deletions

View File

@ -8,7 +8,7 @@ on:
paths: paths:
- "charts/**" - "charts/**"
jobs: jobs:
Publilsh-Charts: Explore-Gitea-Actions:
runs-on: ubuntu-22.04:docker://node:18-bullseye runs-on: ubuntu-22.04:docker://node:18-bullseye
steps: steps:
- name: Check out repository code - name: Check out repository code
@ -20,12 +20,4 @@ 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 chart-folder: charts/*
- 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