Merge "Skip retag/push w/ _arch suffix for rhel8/podman"

This commit is contained in:
Zuul 2019-10-18 16:21:47 +00:00 committed by Gerrit Code Review
commit 684515598a

View File

@ -182,8 +182,8 @@
- name: Retrieve list of built x86_64 images, retag, and push
when:
- ansible_architecture == "x86_64"
- push_containers | bool or
push_containers_podman | default(false) | bool
- push_containers | bool
- not push_containers_podman | default(false) | bool
block:
- name: Retrieve built images
command: "awk '{ print $1 }' {{ workspace }}/containers-successfully-built.log"