Update docker-publish.ts

This commit is contained in:
Eugenio Romano 2020-12-01 12:15:56 +00:00 committed by GitHub
parent f728e6e049
commit f965477e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ function main(args) {
.option('--loginCheck [type]', 'perform login')
.option('--dockerRepo [type]', 'docker repo')
.option('--dockerTags [type]', ' tags')
.option('--buildArgs [type]', ' buildArgs')
.option('--pathProject [type]', 'path ptojrct')
.parse(process.argv);