now building and pushing Dockerfiles with automatic tag recognition

This commit is contained in:
2016-06-05 05:16:14 +02:00
parent 6b72652c7a
commit 9c7afba849
11 changed files with 89 additions and 34 deletions

View File

@@ -8,6 +8,6 @@ export let dockerTestTag:string;
export let dockerReleaseTag:string;
export let dockerRegistry; // will be set by npmci.prepare
export let dockerImages;
export let dockerFiles:Dockerfile[];
export let dockerFilesBuilt:Dockerfile[] = [];
export let dockerFiles:Dockerfile[] = [];