Update update.py

This commit is contained in:
2023-09-04 09:55:27 +00:00
parent 688c4c427b
commit 50cde37de6

View File

@@ -6,7 +6,7 @@ from os import environ
dxf = DXF('ghcr.io', "coder/coder") dxf = DXF('ghcr.io', "coder/coder")
dxf.authenticate(actions=["pull"]) dxf.authenticate(actions=["pull"])
tags = dxf.list_aliases() tags = dxf.list_aliases()
tags = ["2.1.0"] tags = ["v2.1.0"]
try: try: