This commit is contained in:
2023-12-02 19:57:27 +01:00
parent d4b182543e
commit a2a8c43be7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ try {
const destinations = prepareDestinations(targetRegistries, tags);
if (debug) {
console.log('destinations:', JSON.stringify(tags, null, 2));
console.log('destinations:', JSON.stringify(destinations, null, 2));
}
}
catch (error) {