mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
ci: fix v15 build
This commit is contained in:
parent
79cef7e74b
commit
b0b3558e77
1 changed files with 1 additions and 1 deletions
2
.github/scripts/get_latest_tags.py
vendored
2
.github/scripts/get_latest_tags.py
vendored
|
|
@ -57,7 +57,7 @@ def main(_args: list[str]) -> int:
|
|||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--repo", choices=["frappe", "erpnext"], required=True)
|
||||
parser.add_argument(
|
||||
"--version", choices=["12", "13", "14", "develop"], required=True
|
||||
"--version", choices=["12", "13", "14", "15", "develop"], required=True
|
||||
)
|
||||
args = parser.parse_args(_args)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue