update to notice missing gitlab registry token

This commit is contained in:
2017-08-26 10:57:23 +02:00
parent 15714204a6
commit f98f490956
5 changed files with 30 additions and 24 deletions

View File

@ -91,7 +91,7 @@ export declare let dockerBaseImage: (dockerfileContentArg: string) => string;
/**
* returns the docker tag
*/
export declare let dockerTag: (registryArg: string, repoArg: string, versionArg: string, suffixArg?: string) => string;
export declare let getDockerTagString: (registryArg: string, repoArg: string, versionArg: string, suffixArg?: string) => string;
/**
*
*/

File diff suppressed because one or more lines are too long