Update docker-publish.yml for stable/xena

Change-Id: I2501bc10ca3099ef037de11adbe43200ad61c326
This commit is contained in:
Martin Chacon Piza 2022-01-27 19:31:53 +01:00
parent 6cd32d9a14
commit 06b5b2d626

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 'xena'}}"