set image path using jinja template

This commit is contained in:
Stefan Allius
2024-12-23 13:03:31 +01:00
parent 772da4fa96
commit a93368336a
4 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
name: {{name}}
description: {{description}}
version: {% if version is defined and version|length %} {{version}} {% else %} {{AppVersion}} {% endif %}
image: docker.io/sallius/tsun-gen3-addon
image: {{image}}
url: https://github.com/s-allius/tsun-gen3-proxy
slug: {{slug}}
advanced: {{advanced}}