File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -904,11 +904,11 @@ def cmd_update():
904904 if cfg .image_tag and cfg .image_tag in ("dev" , "main" ):
905905 # Use the branch alias tag (:dev-cli/:main-cli) which always exists
906906 if cfg .image_tag == "dev" :
907- alias_cli = f"{ mod . CLI_IMAGE .rsplit (':' , 1 )[0 ]} :dev-cli"
908- alias_web = f"{ mod . WEB_IMAGE .rsplit (':' , 1 )[0 ]} :dev-web"
907+ alias_cli = f"{ CLI_IMAGE .rsplit (':' , 1 )[0 ]} :dev-cli"
908+ alias_web = f"{ WEB_IMAGE .rsplit (':' , 1 )[0 ]} :dev-web"
909909 else :
910- alias_cli = f"{ mod . CLI_IMAGE .rsplit (':' , 1 )[0 ]} :main-cli"
911- alias_web = f"{ mod . WEB_IMAGE .rsplit (':' , 1 )[0 ]} :main-web"
910+ alias_cli = f"{ CLI_IMAGE .rsplit (':' , 1 )[0 ]} :main-cli"
911+ alias_web = f"{ WEB_IMAGE .rsplit (':' , 1 )[0 ]} :main-web"
912912 info (f"{ cli_img } not found locally, pulling alias { alias_cli } ..." )
913913 images_to_update .append (alias_cli )
914914 images_to_update .append (alias_web )
You can’t perform that action at this time.
0 commit comments