ci: generate gitea release
This commit is contained in:
parent
9e6cc229ca
commit
bfa12194a2
2 changed files with 24 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue