ci: generate gitea release

This commit is contained in:
Michael Kriese 2023-01-04 10:46:16 +01:00
parent 9e6cc229ca
commit bfa12194a2
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 24 additions and 5 deletions

View file

@ -11,7 +11,7 @@ when:
pipeline:
deps:
image: alpine:3.17
image: alpine:3.17.0
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
@ -19,21 +19,21 @@ pipeline:
- helm dependency build
helm-lint:
image: alpine:3.17
image: alpine:3.17.0
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
image: alpine:3.17.0
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm template --debug gitea-helm .
verify-readme:
image: alpine:3.17
image: alpine:3.17.0
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make npm git