Update README and links, build and push images to git.moan.dev

This commit is contained in:
2026-07-16 00:28:29 -03:00
parent 47c3b57ef4
commit f18e2c0792
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ tag = Prompt.ask("What Python tag do you want to build?", choices=tags, default=
def build_image(variation: str, tag: str) -> bool:
image = f"registry.nyeki.dev/docker/python/{variation}:{tag}"
image = f"git.moan.dev/docker/python/{variation}:{tag}"
print(f"[yellow]Building and pushing [bold]{image}[/].[/]")