diff --git a/dist/index.js b/dist/index.js index c6816d4..64cc226 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) { diff --git a/src/action.js b/src/action.js index 970d3e0..675f7cd 100644 --- a/src/action.js +++ b/src/action.js @@ -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) {