Update 2 files

- /update.py
- /.gitlab-ci.yml
This commit is contained in:
2023-07-27 12:46:16 +00:00
parent 15350bca5e
commit be5a151443
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ dxf = DXF('ghcr.io', "coder/coder")
dxf.authenticate(actions=["pull"])
tags = dxf.list_aliases()
tags = [tag for tag in tags if re.match(
r"^v\d+\.\d+\.\d+$", tag) and int(tag.split('.')[1]) > 22]
r"^v\d+\.\d+\.\d+$", tag) and int(tag.split('.')[1]) >= 27]
try: