8 lines
448 B
Go Template
8 lines
448 B
Go Template
{{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
|
{{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }}
|
|
|
|
domain: wir-social.roschaefer.de
|
|
namespace: wir-social-ocelot
|
|
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
|
github_repository: wir-social/wir.social
|