mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Add logs
This commit is contained in:
@@ -19,6 +19,8 @@ MARKDOWN_LINE_BREAK = "<br />"
|
|||||||
|
|
||||||
|
|
||||||
def append_build_history_line(short_image_name, owner, wiki_path, all_tags, container):
|
def append_build_history_line(short_image_name, owner, wiki_path, all_tags, container):
|
||||||
|
logger.info("Appending build history line")
|
||||||
|
|
||||||
date_column = f"`{BUILD_TIMESTAMP}`"
|
date_column = f"`{BUILD_TIMESTAMP}`"
|
||||||
image_column = MARKDOWN_LINE_BREAK.join(
|
image_column = MARKDOWN_LINE_BREAK.join(
|
||||||
f"`{owner}/{short_image_name}:{tag_value}`" for tag_value in all_tags
|
f"`{owner}/{short_image_name}:{tag_value}`" for tag_value in all_tags
|
||||||
|
Reference in New Issue
Block a user