ci: use alpine for yamllint (#125)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/125
This commit is contained in:
parent
43a9b4a677
commit
07bbc8debf
3 changed files with 11 additions and 8 deletions
|
@ -13,7 +13,7 @@ pipeline:
|
|||
image: alpine:3.17.3
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache git nodejs npm helm
|
||||
- apk add git nodejs npm helm
|
||||
- helm dependency build
|
||||
- rm -rf tmp/
|
||||
- helm package --version "${CI_COMMIT_TAG##v}" -d tmp/ ./
|
||||
|
@ -38,7 +38,7 @@ pipeline:
|
|||
image: alpine:3.17.3
|
||||
pull: true
|
||||
commands:
|
||||
- apk add --no-cache helm
|
||||
- apk add helm
|
||||
- echo $${TOKEN} | helm registry login -u viceice --password-stdin codeberg.org/forgejo-contrib
|
||||
- helm push tmp/forgejo-${CI_COMMIT_TAG##v}.tgz oci://codeberg.org/forgejo-contrib
|
||||
secrets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue