typo
This commit is contained in:
parent
a976260e5e
commit
09228f4f08
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user