fixes for updated inputs

This commit is contained in:
James Brumond 2023-08-18 22:07:08 -07:00
parent fdcefbf5fa
commit 46de33be5d
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2884,7 +2884,7 @@ async function main() {
};
input.registry_url = `http${input.insecure ? '' : 's'}://${input.registry}`;
console.log('Tagging %s/%s:%s with new tags', input.registry, input.manifest.image, input.manifest.tag, input.new_tags);
console.log('Tagging %s/%s:%s with new tags', input.registry, input.manifest.image, input.manifest.tag, input.tags);
const manifest = await get_manifest(input);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@ async function main() {
};
input.registry_url = `http${input.insecure ? '' : 's'}://${input.registry}`;
console.log('Tagging %s/%s:%s with new tags', input.registry, input.manifest.image, input.manifest.tag, input.new_tags);
console.log('Tagging %s/%s:%s with new tags', input.registry, input.manifest.image, input.manifest.tag, input.tags);
const manifest = await get_manifest(input);