mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
10 lines
202 B
YAML
10 lines
202 B
YAML
.helm-build:
|
|
image: dtzar/helm-kubectl
|
|
script:
|
|
- ./scripts/helm-package.sh
|
|
|
|
.helm_push:
|
|
image: dtzar/helm-kubectl
|
|
script:
|
|
- ./scripts/helm-registry-login.sh
|
|
- ./scripts/helm-push.sh
|