fix reference error
This commit is contained in:
parent
dc3b78f911
commit
2b8c0ec844
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -2931,7 +2931,7 @@ async function put_manifest(new_tag, manifest, input) {
|
||||
'content-type': manifest_media_type,
|
||||
};
|
||||
|
||||
if (token) {
|
||||
if (input.token) {
|
||||
req_headers.authorization = `Bearer ${input.token}`;
|
||||
}
|
||||
|
||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user