Skip to content

Commit f50fa7b

Browse files
committed
Fix package url
1 parent 4c8e4d3 commit f50fa7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/quick_start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Quick Start
2+
{% set short_repository = repository.split("/")[1] -%}
23

34
### Full
45

templates/tags.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Tags
2+
{% set short_repository = repository.split("/")[1] -%}
23

34
* Recommended Image: `ghcr.io/{{ organization }}/{{ short_repository }}:py{{ python_versions|last }}-{{ package_versions|last }}`
45
* Slim Image: `ghcr.io/{{ organization }}/{{ short_repository }}:py{{ python_versions|last }}-slim-{{ package_versions|last }}`

0 commit comments

Comments
 (0)