Fix zuul publish docker image job
Add tag to docker push commend Change-Id: I43538b943176d81987db2f4ca139eb10f9b48385 (cherry picked from commit caac9719c76d7fcfd75960a1feb26e6e889f1c8a)
This commit is contained in:
parent
72c4097b57
commit
2d4bd37d05
@ -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/persister"
|
||||
shell: "docker push monasca/persister:{{ zuul.tag if zuul.pipeline == 'release' else 'stable-ussuri' }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user