diff --git a/roles/pull-from-intermediate-registry/tasks/main.yaml b/roles/pull-from-intermediate-registry/tasks/main.yaml index f8d120594..985020a2d 100644 --- a/roles/pull-from-intermediate-registry/tasks/main.yaml +++ b/roles/pull-from-intermediate-registry/tasks/main.yaml @@ -20,4 +20,4 @@ docker://{{ buildset_registry.host }}:{{ buildset_registry.port }}/{{ item.metadata.repository }}:{{ item.metadata.tag }} when: "item.metadata.type | default('') == 'container_image'" loop: "{{ zuul.artifacts | default([]) }}" - # no_log: true TODO(corvus): replace + no_log: true diff --git a/roles/push-to-intermediate-registry/tasks/push-image.yaml b/roles/push-to-intermediate-registry/tasks/push-image.yaml index df922fd23..155681155 100644 --- a/roles/push-to-intermediate-registry/tasks/push-image.yaml +++ b/roles/push-to-intermediate-registry/tasks/push-image.yaml @@ -8,7 +8,7 @@ loop: "{{ image.tags | default(['latest']) }}" loop_control: loop_var: image_tag - # no_log: true TODO(corvus) replace + no_log: true - name: Return artifact to Zuul zuul_return: