Move all images to images dir (#1972)

This commit is contained in:
Ayaz Salikhov
2023-08-19 17:25:20 +02:00
committed by GitHub
parent feb88727d1
commit a5b40a6f11
46 changed files with 7 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ def write_build_history_line(
links_column = MARKDOWN_LINE_BREAK.join(
[
f"[Git diff](https://github.com/jupyter/docker-stacks/commit/{commit_hash})",
f"[Dockerfile](https://github.com/jupyter/docker-stacks/blob/{commit_hash}/{short_image_name}/Dockerfile)",
f"[Dockerfile](https://github.com/jupyter/docker-stacks/blob/{commit_hash}/images/{short_image_name}/Dockerfile)",
f"[Build manifest](./{filename})",
]
)