File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ hook/%: VARIANT?=default
72
72
hook/% : # # run post-build hooks for an image
73
73
python3 -m tagging.write_tags_file --short-image-name " $( notdir $@ ) " --tags-dir /tmp/jupyter/tags/ --registry " $( REGISTRY) " --owner " $( OWNER) " --variant " $( VARIANT) " && \
74
74
python3 -m tagging.write_manifest --short-image-name " $( notdir $@ ) " --hist-lines-dir /tmp/jupyter/hist_lines/ --manifests-dir /tmp/jupyter/manifests/ --registry " $( REGISTRY) " --owner " $( OWNER) " --variant " $( VARIANT) " && \
75
- python3 -m tagging.apply_tags --short-image-name " $( notdir $@ ) " --tags-dir /tmp/jupyter/tags/ --platform " $( shell uname -m) " --variant " $( VARIANT ) " --registry " $( REGISTRY ) " --owner " $( OWNER ) "
75
+ python3 -m tagging.apply_tags --short-image-name " $( notdir $@ ) " --tags-dir /tmp/jupyter/tags/ --platform " $( shell uname -m) " --registry " $( REGISTRY ) " --owner " $( OWNER ) " --variant " $( VARIANT ) "
76
76
hook-all : $(foreach I, $(ALL_IMAGES ) , hook/$(I ) ) # # run post-build hooks for all images
77
77
78
78
You can’t perform that action at this time.
0 commit comments