@@ -6,8 +6,7 @@ from os import environ
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]) >= 27]
tags = ["2.1.0"]
try:
The note is not visible to the blocked user.