Fix zuul publish docker image job

Add tag to docker push command

Change-Id: Iac161d730580f5a887a3ce87fb33beba1a11090b
This commit is contained in:
Martin Chacon Piza 2021-02-08 12:20:13 +01:00
parent 0ee0e79a73
commit b50c1d1a1f

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/thresh"
shell: "docker push monasca/thresh:{{ zuul.tag if zuul.pipeline == 'release' else zuul.branch }}"