Update docker-publish.yml for stable/wallaby

Change-Id: Ib98425a661378769dc41b6084afeddbb3fef9288
This commit is contained in:
Martin Chacon Piza 2021-04-07 13:37:25 +02:00
parent f55547b80c
commit 2d6f0c1e73

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