fixes for updated inputs
This commit is contained in:
parent
fdcefbf5fa
commit
46de33be5d
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user