mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
updates
This commit is contained in:
parent
3b6644120c
commit
1229f9d86a
5 changed files with 37 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
build-container:
|
||||
image: docker:20.10.16
|
||||
variables:
|
||||
|
|
@ -11,4 +12,14 @@ build-container:
|
|||
- ./scripts/docker-login.sh
|
||||
- ./scripts/docker-build.sh
|
||||
only:
|
||||
- main
|
||||
- main
|
||||
|
||||
HelmChart:
|
||||
image: dtzar/helm-kubectl
|
||||
stage: build
|
||||
script:
|
||||
- ./scripts/helm-addrepo.sh
|
||||
- ./scripts/helm-package.sh
|
||||
- ./scripts/helm-push.sh
|
||||
only:
|
||||
- main
|
||||
Loading…
Add table
Add a link
Reference in a new issue