mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 21:12:57 +00:00
Update tagging/create_manifests.py
This commit is contained in:
@@ -63,7 +63,8 @@ def create_manifest_file(
|
|||||||
|
|
||||||
commit_hash_tag = GitHelper.commit_hash_tag()
|
commit_hash_tag = GitHelper.commit_hash_tag()
|
||||||
manifest_file = os.path.join(
|
manifest_file = os.path.join(
|
||||||
wiki_path, f"manifests/{short_image_name}-{commit_hash_tag}.md"
|
wiki_path,
|
||||||
|
f"manifests/{short_image_name}-{commit_hash_tag}.md",
|
||||||
)
|
)
|
||||||
|
|
||||||
markdown_pieces = [
|
markdown_pieces = [
|
||||||
|
Reference in New Issue
Block a user