mirror of
https://github.com/Ocelot-Social-Community/stage.ocelot.social.git
synced 2025-12-12 15:25:58 +00:00
* use Github container registry to remove dependency on dockerhub * use sops for secure encryption of secrets * use ONBUILD in docker images for rebranding * use helmfile for deploying various environments
6 lines
183 B
Go Template
6 lines
183 B
Go Template
{{ $image_tag:= env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }}
|
|
|
|
domain: ocelot-social.roschaefer.de
|
|
namespace: ocelot-staging
|
|
image_tag: {{ $image_tag }}
|