Added missing tag variable
This commit is contained in:
parent
d2be6989d0
commit
ccfde9a447
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ def initialize(project):
|
||||||
dockerhub_password = environ.get('DOCKERHUB_PASSWORD')
|
dockerhub_password = environ.get('DOCKERHUB_PASSWORD')
|
||||||
if not dockerhub_password:
|
if not dockerhub_password:
|
||||||
dockerhub_password = gopass_password_from_path('meissa/web/docker.com')
|
dockerhub_password = gopass_password_from_path('meissa/web/docker.com')
|
||||||
|
tag = environ.get('CI_COMMIT_TAG')
|
||||||
if not tag:
|
if not tag:
|
||||||
tag = get_tag_from_latest_commit()
|
tag = get_tag_from_latest_commit()
|
||||||
config = create_devops_docker_build_config(
|
config = create_devops_docker_build_config(
|
||||||
|
|
Loading…
Reference in a new issue