debug
This commit is contained in:
parent
d4b182543e
commit
a2a8c43be7
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -62267,7 +62267,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) {
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user