fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-26 02:43:45 +02:00
parent e58f009a24
commit dfbab1a1df
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@shipzone/npmci',
version: '4.1.12',
version: '4.1.13',
description: 'node and docker in gitlab ci on steroids'
}

View File

@ -26,7 +26,7 @@ export class DockerRegistry {
process.exit(1);
return;
}
const registryUrl = dockerRegexResultArray[0];
const registryUrl = dockerRegexResultArray[0].replace('https://', '').replace('http://', '');
const username = dockerRegexResultArray[1];
const password = dockerRegexResultArray[2];
return new DockerRegistry({