Fix zuul publish docker image job

Add tag to docker push commend

Change-Id: I43538b943176d81987db2f4ca139eb10f9b48385
(cherry picked from commit caac9719c7)
This commit is contained in:
Adrian Czarnecki 2021-01-11 16:47:06 +01:00
parent 72c4097b57
commit 2d4bd37d05
1 changed files with 1 additions and 1 deletions

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