mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
Update tagging/tag_image.py
This commit is contained in:
@@ -32,7 +32,9 @@ if __name__ == "__main__":
|
||||
|
||||
arg_parser = argparse.ArgumentParser()
|
||||
arg_parser.add_argument(
|
||||
"--short-image-name", required=True, help="Short image name to apply tags for"
|
||||
"--short-image-name",
|
||||
required=True,
|
||||
help="Short image name to apply tags for",
|
||||
)
|
||||
arg_parser.add_argument("--owner", required=True, help="Owner of the image")
|
||||
args = arg_parser.parse_args()
|
||||
|
Reference in New Issue
Block a user