Add amd64 images tagging and push to DockerHub

This commit is contained in:
Ayaz Salikhov
2022-05-12 20:35:16 +03:00
parent 5b03f3a5b1
commit 539159f0d1
3 changed files with 65 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ if __name__ == "__main__":
required=True,
help="Short image name to apply tags for",
)
arg_parser.add_argument("--owner", required=True, help="Owner of the image")
arg_parser.add_argument("--owner", default="jupyter", help="Owner of the image")
args = arg_parser.parse_args()
tag_image(args.short_image_name, args.owner)