chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
Showing only changes of commit 8681955297 - Show all commits

View File

@ -6,7 +6,7 @@ on:
- "**" - "**"
jobs: jobs:
generate-chart-publish: publish-chart:
container: container:
image: docker.io/volkerraschek/helm:3.16.1 image: docker.io/volkerraschek/helm:3.16.1
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -14,7 +14,7 @@ jobs:
- name: Install tooling - name: Install tooling
run: | run: |
apk update apk update
apk add git apk add git npm
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# - name: Import GPG key # - name: Import GPG key
# id: import_gpg # id: import_gpg