mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Update tagging/create_manifests.py
Co-authored-by: Romain <romainx@users.noreply.github.com>
This commit is contained in:
@@ -71,7 +71,7 @@ def create_manifests(short_image_name, owner, wiki_path):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
arg_parser = argparse.ArgumentParser()
|
arg_parser = argparse.ArgumentParser()
|
||||||
arg_parser.add_argument("--short-image-name", required=True, help="Short image name to apply tags for")
|
arg_parser.add_argument("--short-image-name", required=True, help="Short image name to apply tags for")
|
||||||
|
Reference in New Issue
Block a user