fixes for updated inputs
This commit is contained in:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user