Skip to content

Commit

Permalink
chore: update template format
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Dec 12, 2024
1 parent 771e728 commit deef3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytmbot/templates/docker_templates/d_updates.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% for repo, info in updates.items() %}
🔧 <b>{{ repo }}</b>:

- 🏷️ Current tag: <b>{{ info.current_tag }}</b> (Created: {{ info.created_at_local | format_timestamp }})
🏷️ Current tag: <b>{{ info.current_tag }}</b> (Created: {{ info.created_at_local | format_timestamp }})

🔽 <b>Available updates</b>:
{% for update in info.updates %}
Expand All @@ -14,6 +14,6 @@
{% if no_updates %}
🚫 <b>No Updates Found</b> 🚫
{% for repo in no_updates %}
- 🐳 <b>{{ repo }}</b>
🐳 <b>{{ repo }}</b>
{% endfor %}
{% endif %}

0 comments on commit deef3ed

Please sign in to comment.