Skip to content

Commit 0ffc834

Browse files
committed
fix(workflow): charts url error
1 parent f902ae5 commit 0ffc834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ init_arch() {
1818
}
1919

2020
init_registry() {
21-
CHARTS_URL=oci://registry.drycc.cc/$([ $CHANNEL == "stable" ] && echo charts || echo charts-testing)
21+
CHARTS_URL=oci://registry.drycc.cc/$([ "$CHANNEL" == "stable" ] && echo charts || echo charts-testing)
2222
if [[ -z "$DRYCC_REGISTRY" ]] ; then
2323
echo -e "\\033[32m---> Get the fastest drycc registry...\\033[0m"
2424
registrys=(quay.io ccr.ccs.tencentyun.com sgccr.ccs.tencentyun.com jpccr.ccs.tencentyun.com uswccr.ccs.tencentyun.com useccr.ccs.tencentyun.com deccr.ccs.tencentyun.com saoccr.ccs.tencentyun.com)

0 commit comments

Comments
 (0)