Merge "Fix image push zuul job"

This commit is contained in:
Zuul 2020-05-11 16:14:11 +00:00 committed by Gerrit Code Review
commit 936b5639f5

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