mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 01:15:08 +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(
|
refs = subprocess.check_output(
|
||||||
(
|
(
|
||||||
"git",
|
"git",
|
||||||
|
"-c",
|
||||||
|
"versionsort.suffix=-",
|
||||||
"ls-remote",
|
"ls-remote",
|
||||||
"--refs",
|
"--refs",
|
||||||
"--tags",
|
"--tags",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue