Fix image push zuul job

This commit changes airshipctl-publish-images role to upload images
to quay.io

Closes: #217
Change-Id: I67b3e07ddc170da6df7c34dce929356449863c10
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2020-05-08 15:58:17 -05:00
parent f334b45638
commit ad71f4704b

View File

@ -34,7 +34,7 @@
chdir: "{{ zuul.project.src_dir }}"
params:
DOCKER_IMAGE_TAG: latest
PUBLISH: true
PUBLISH: "true"
target: images
- name: Push Image with Commit Tag
@ -42,5 +42,5 @@
chdir: "{{ zuul.project.src_dir }}"
params:
DOCKER_IMAGE_TAG: "{{ zuul.newrev }}"
PUBLISH: true
PUBLISH: "true"
target: images