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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user