mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix: get_latest_tags script
This commit is contained in:
parent
60890e066b
commit
9388f75faf
1 changed files with 2 additions and 0 deletions
2
.github/scripts/get_latest_tags.py
vendored
2
.github/scripts/get_latest_tags.py
vendored
|
|
@ -19,6 +19,8 @@ def get_latest_tag(repo: Repo, version: MajorVersion) -> str:
|
|||
refs = subprocess.check_output(
|
||||
(
|
||||
"git",
|
||||
"-c",
|
||||
"versionsort.suffix=-",
|
||||
"ls-remote",
|
||||
"--refs",
|
||||
"--tags",
|
||||
|
|
|
|||
Loading…
Reference in a new issue