Fix zuul publish docker image job
Add tag to docker push command Change-Id: Iac161d730580f5a887a3ce87fb33beba1a11090b
This commit is contained in:
parent
0ee0e79a73
commit
b50c1d1a1f
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user