now using newest npmts and uploading public docker images also to gitlab registry

This commit is contained in:
2017-04-02 22:56:40 +02:00
parent 2525bc1ad4
commit 76530985e7
11 changed files with 972 additions and 161 deletions

View File

@@ -45,7 +45,8 @@ export declare class Dockerfile {
version: string;
cleanTag: string;
buildTag: string;
testTag: string;
gitlabTestTag: string;
gitlabReleaseTag: string;
releaseTag: string;
containerName: string;
content: string;