ci: add release workflow

- ref #2
This commit is contained in:
Michael Kriese 2023-01-03 17:16:46 +01:00
parent a3e07705cd
commit 0cc9088ce2
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
4 changed files with 30 additions and 3 deletions

View file

@ -1,31 +0,0 @@
platform: linux/amd64
when:
event: [ push, pull_request ]
branch:
exclude:
- main
pipeline:
helm-lint:
image: alpine:3.17
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm lint
helm-template:
image: alpine:3.17
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm dependency update
- helm template --debug gitea-helm .
verify-readme:
image: alpine:3.17
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make npm git
- make readme
- git diff --exit-code --name-only README.md