fix gitlabTestTag
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user