Fix zuul publish docker image job

Add tag to docker push command

Change-Id: Ia14be949ad5b02d776d35ac24d008fe4661c9bab
This commit is contained in:
Martin Chacon Piza 2021-01-19 23:31:24 +01:00
parent f3692d124f
commit 74ad064fba
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
shell: "docker images --format '{% raw %}{{ .Repository }}:{{ .Tag }}{% endraw %}' | grep monasca"
- name: Push to Docker Hub all tags
shell: "docker push monasca/tempest-tests"
shell: "docker push monasca/tempest-tests:{{ zuul.tag if zuul.pipeline == 'release' else zuul.branch }}"