formatting + further testing
This commit is contained in:
2
.github/workflows/docker-publish-dev.yml
vendored
2
.github/workflows/docker-publish-dev.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
path: recipes/version.py
|
path: recipes/version.py
|
||||||
contents: |
|
contents: |
|
||||||
VERSION_NUMBER = 'develop'
|
VERSION_NUMBER = 'develop'
|
||||||
BUILD_REF = '${GITHUB_SHA}'
|
BUILD_REF = '${{ github.sha }}'
|
||||||
write-mode: overwrite
|
write-mode: overwrite
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@2.13
|
uses: elgohr/Publish-Docker-Github-Action@2.13
|
||||||
|
@ -13,13 +13,16 @@
|
|||||||
<h1>{% trans 'System Information' %}</h1>
|
<h1>{% trans 'System Information' %}</h1>
|
||||||
|
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
Django Recipes is an open source free software application. It can be found on <a href="https://github.com/vabene1111/recipes">GitHub</a>.
|
Django Recipes is an open source free software application. It can be found on
|
||||||
|
<a href="https://github.com/vabene1111/recipes">GitHub</a>.
|
||||||
Changelogs can be found <a href="https://github.com/vabene1111/recipes/releases">here</a>.
|
Changelogs can be found <a href="https://github.com/vabene1111/recipes/releases">here</a>.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
Current Version: {{ version }}<br/>
|
Current Version: {% if version and version != '' %}
|
||||||
Ref: {{ ref }}
|
<a href="https://github.com/vabene1111/recipes/releases/tag/{{ version }}">{{ version }}</a>{% else %}
|
||||||
|
{{ version }}{% endif %}<br/>
|
||||||
|
Ref: <a href="https://github.com/vabene1111/recipes/commit/{{ ref }}">{{ ref }}</a>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
Reference in New Issue
Block a user