fix gitlabTestTag

This commit is contained in:
2017-04-02 23:56:15 +02:00
parent 657c6870ec
commit a042674a81
2 changed files with 3 additions and 1 deletions

View File

@ -185,6 +185,7 @@ export class Dockerfile {
break
case 'test':
default:
await bashBare(`docker tag ${this.buildTag} ${this.gitlabTestTag}`)
await bashBare(`docker push ${this.gitlabTestTag}`)
break
}