Update tagging/tag_image.py

This commit is contained in:
Ayaz Salikhov
2021-06-29 01:51:08 +03:00
committed by GitHub
parent 9dbf3cdbea
commit e52fcda7c1

View File

@@ -32,7 +32,9 @@ if __name__ == "__main__":
arg_parser = argparse.ArgumentParser() arg_parser = argparse.ArgumentParser()
arg_parser.add_argument( 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") arg_parser.add_argument("--owner", required=True, help="Owner of the image")
args = arg_parser.parse_args() args = arg_parser.parse_args()