This commit is contained in:
James Brumond 2023-08-18 22:39:53 -07:00
parent a976260e5e
commit 09228f4f08
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2966,7 +2966,7 @@ async function get_token(www_authenticate, input) {
const query_params = {
service: params.service,
scope: `repository:${image.manifest.image}:pull,push`,
scope: `repository:${input.manifest.image}:pull,push`,
grant_type: 'password',
username: input.username,
password: input.password,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -105,7 +105,7 @@ async function get_token(www_authenticate, input) {
const query_params = {
service: params.service,
scope: `repository:${image.manifest.image}:pull,push`,
scope: `repository:${input.manifest.image}:pull,push`,
grant_type: 'password',
username: input.username,
password: input.password,