This repository was archived by the owner on Jun 22, 2024. It is now read-only.
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 @@ -55,8 +55,8 @@ chromium)
55
55
for chrome_tag in " ${CHROME_TAGS[@]} "
56
56
do
57
57
if [ " ${PUSH_IMAGE} " = true ]; then
58
- sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAME node-chromium ${chrome_tag}
59
- sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAME standalone-chromium ${chrome_tag}
58
+ sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAMESPACE node-chromium ${chrome_tag}
59
+ sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAMESPACE standalone-chromium ${chrome_tag}
60
60
fi
61
61
done
62
62
@@ -96,8 +96,8 @@ firefox)
96
96
for firefox_tag in " ${FIREFOX_TAGS[@]} "
97
97
do
98
98
if [ " ${PUSH_IMAGE} " = true ]; then
99
- sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAME node-firefox ${firefox_tag}
100
- sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAME standalone-firefox ${firefox_tag}
99
+ sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAMESPACE node-firefox ${firefox_tag}
100
+ sh tag-and-push-multi-arch-image.sh $VERSION $BUILD_DATE $NAMESPACE standalone-firefox ${firefox_tag}
101
101
fi
102
102
done
103
103
You can’t perform that action at this time.
0 commit comments