21 lines
448 B
YAML
21 lines
448 B
YAML
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
|
|
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
|
|
|
|
vars:
|
|
service: "cuddle"
|
|
registry: kasperhermansen
|
|
|
|
scripts:
|
|
install:
|
|
type: shell
|
|
build_cuddle_image:
|
|
type: shell
|
|
args:
|
|
docker_username:
|
|
key: "DOCKER_USERNAME"
|
|
type: env
|
|
docker_password:
|
|
key: "DOCKER_PASSWORD"
|
|
type: env
|