debug
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ export function prepareDestinations(registries, tags) {
|
||||
const destinations = [];
|
||||
registries.forEach((registry) => {
|
||||
tags.forEach((tag) => {
|
||||
destinations.push(registry + tag);
|
||||
destinations.push(registry + ':' + tag);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user