Update docker-publish.yml for stable/wallaby

Change-Id: Id8e6d58a655def2385bca0ccc2f092de1ed31e81
This commit is contained in:
Martin Chacon Piza 2021-04-07 13:27:39 +02:00
parent 49deafaa3d
commit 100b6e4a3c

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