debug
This commit is contained in:
parent
bbfbaf4b2d
commit
ae28309b42
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -62228,7 +62228,7 @@ function prepareDestinations(registries, tags) {
|
|||||||
const destinations = [];
|
const destinations = [];
|
||||||
registries.forEach((registry) => {
|
registries.forEach((registry) => {
|
||||||
tags.forEach((tag) => {
|
tags.forEach((tag) => {
|
||||||
destinations.push(registry + tag);
|
destinations.push(registry + ':' + tag);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -128,7 +128,7 @@ export function prepareDestinations(registries, tags) {
|
|||||||
const destinations = [];
|
const destinations = [];
|
||||||
registries.forEach((registry) => {
|
registries.forEach((registry) => {
|
||||||
tags.forEach((tag) => {
|
tags.forEach((tag) => {
|
||||||
destinations.push(registry + tag);
|
destinations.push(registry + ':' + tag);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user