File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ for image in ${IMAGES}; do
6262 manifest-tool --username ${USER} --password ${PASSWORD} push from-args\
6363 --platforms linux/amd64 --template " ${NS} /${image} :ARCH-${VERSION} " \
6464 --target " ${NS} /${image} :${VERSION} "
65- manifest-tool --username ${USER} --password ${PASSWORD} push from-args\
66- --platforms linux/amd64 --template " ${NS} /${image} :ARCH-${VERSION} " \
67- --target " ${NS} /${image} :latest"
65+ # manifest-tool --username ${USER} --password ${PASSWORD} push from-args\
66+ # --platforms linux/amd64 --template "${NS}/${image}:ARCH-${VERSION}"\
67+ # --target "${NS}/${image}:latest"
6868 manifest-tool --username ${USER} --password ${PASSWORD} push from-args\
6969 --platforms linux/amd64 --template " ${NS} /${image} :ARCH-${VERSION} " \
7070 --target " ${NS} /${image} :${TWO_DIGIT_VERSION} "
7474for image in ${IMAGES} ; do
7575 docker pull ${NS} /${image} :${VERSION} || failed
7676 docker pull ${NS} /${image} :${TWO_DIGIT_VERSION} || failed
77- docker pull ${NS} /${image} :latest || failed
77+ # docker pull ${NS}/${image}:latest || failed
7878done
7979
8080echo " Successfully pushed multiarch manifest"
You can’t perform that action at this time.
0 commit comments