File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6858,7 +6858,7 @@ function ensureNscloudToken() {
68586858function dockerLogin ( ) {
68596859 return __awaiter ( this , void 0 , void 0 , function * ( ) {
68606860 const out = tmpFile ( "registry.txt" ) ;
6861- yield _actions_exec__WEBPACK_IMPORTED_MODULE_2__ . exec ( `nsc cluster docker- login --output_registry_to=${ out } --log_actions=false` ) ;
6861+ yield _actions_exec__WEBPACK_IMPORTED_MODULE_2__ . exec ( `nsc docker login --output_registry_to=${ out } --log_actions=false` ) ;
68626862 return fs__WEBPACK_IMPORTED_MODULE_3__ . readFileSync ( out , "utf8" ) ;
68636863 } ) ;
68646864}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ async function ensureNscloudToken() {
8383
8484async function dockerLogin ( ) {
8585 const out = tmpFile ( "registry.txt" ) ;
86- await exec . exec ( `nsc cluster docker- login --output_registry_to=${ out } --log_actions=false` ) ;
86+ await exec . exec ( `nsc docker login --output_registry_to=${ out } --log_actions=false` ) ;
8787
8888 return fs . readFileSync ( out , "utf8" ) ;
8989}
You can’t perform that action at this time.
0 commit comments