Fix zuul publish docker image job
Add tag to docker push commend Change-Id: I43538b943176d81987db2f4ca139eb10f9b48385
This commit is contained in:
parent
37411e792a
commit
caac9719c7
@ -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 zuul.branch }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user