add publish
This commit is contained in:
parent
09ee1a48c5
commit
747bb19688
1 changed files with 6 additions and 0 deletions
|
@ -37,3 +37,9 @@ def drun(project):
|
|||
def test(project):
|
||||
build = get_devops_build(project)
|
||||
build.test()
|
||||
|
||||
@task
|
||||
def publish(project):
|
||||
build = get_devops_build(project)
|
||||
build.dockerhub_login()
|
||||
build.dockerhub_publish()
|
||||
|
|
Loading…
Reference in a new issue