Update README and links, build and push images to git.moan.dev
This commit is contained in:
+1
-1
@@ -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}[/].[/]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user