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:
parent
f334b45638
commit
ad71f4704b
@ -34,7 +34,7 @@
|
|||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
params:
|
params:
|
||||||
DOCKER_IMAGE_TAG: latest
|
DOCKER_IMAGE_TAG: latest
|
||||||
PUBLISH: true
|
PUBLISH: "true"
|
||||||
target: images
|
target: images
|
||||||
|
|
||||||
- name: Push Image with Commit Tag
|
- name: Push Image with Commit Tag
|
||||||
@ -42,5 +42,5 @@
|
|||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
params:
|
params:
|
||||||
DOCKER_IMAGE_TAG: "{{ zuul.newrev }}"
|
DOCKER_IMAGE_TAG: "{{ zuul.newrev }}"
|
||||||
PUBLISH: true
|
PUBLISH: "true"
|
||||||
target: images
|
target: images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user