Fix zuul publish docker image job
Add tag to docker push command with specific branch name Change-Id: I9100912457dffcb0441d5e20a18074c4da8bff26
This commit is contained in:
parent
44b390866b
commit
b4aa7f1b08
@ -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/base"
|
||||
shell: "docker push monasca/base:{{ zuul.tag if zuul.pipeline == 'release' else 'ussuri'}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user