10 lines
623 B
Go Template
10 lines
623 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) }}
|
|
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
|
|
|
|
domain: wir-social-production.ocelot-social-production.it4c.org
|
|
namespace: wir-social-ocelot-production
|
|
#image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
|
|
image_tag: {{ $image_tag }}
|
|
github_repository: wir-social/wir.social
|