Skip to content

Commit

Permalink
Fix release pipeline (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Jul 8, 2024
1 parent a40cd7f commit ee594ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/src/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ async function push(repo, release, updateLatest, registry, registryPath, stubReg
'acr',
'login',
'--name',
registryName
registryName,
'--username',
'$TOKEN_NAME',
'--password',
'$PASSWORD'
], spawnOpts);

console.log(`**** Pushing ${currentJob['id']}: ${currentJob['variant']} ${release} ****`);
Expand Down

0 comments on commit ee594ad

Please sign in to comment.