We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f423145 commit 446b45aCopy full SHA for 446b45a
Makefile
@@ -66,6 +66,7 @@ linkcheck-docs: ## check broken links
66
sphinx-build -W --keep-going --color -b linkcheck docs/ docs/_build/
67
68
69
+
70
hook/%: VARIANT?=default
71
hook/%: ## run post-build hooks for an image
72
python3 -m tagging.write_tags_file --short-image-name "$(notdir $@)" --tags-dir /tmp/jupyter/tags/ --registry "$(REGISTRY)" --owner "$(OWNER)" --variant "$(VARIANT)" && \
0 commit comments