fixes for updated inputs
This commit is contained in:
4
index.js
4
index.js
@@ -27,8 +27,8 @@ async function main() {
|
||||
|
||||
const manifest = await get_manifest(input);
|
||||
|
||||
const promises = input.new_tags.map((new_tag) => {
|
||||
return put_manifest(new_tag, manifest, input);
|
||||
const promises = input.tags.map((tag) => {
|
||||
return put_manifest(tag, manifest, input);
|
||||
});
|
||||
|
||||
await Promise.all(promises);
|
||||
|
||||
Reference in New Issue
Block a user