- /update.py - /.gitlab-ci.yml
@@ -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:
The note is not visible to the blocked user.