Update docker-publish.yml for stable/wallaby

Change-Id: Ia04ed7693482ef2d2c6e0b58802acd5b95bacf21
This commit is contained in:
Martin Chacon Piza 2021-04-07 13:15:38 +02:00
parent 97510ed021
commit 14cd51461e
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/api:{{ zuul.tag if zuul.pipeline == 'release' else zuul.branch }}"
shell: "docker push monasca/api:{{ zuul.tag if zuul.pipeline == 'release' else 'stable-wallaby' }}"