{{#if config.pushRemote}}
{{searchable-select
class="form-control"
content=registryChoices
value=config.registry
}}
{{#unless registryChoices.length}}
{{t "newPipelineStep.stepType.build.noRegistry" route=linkToRegistry htmlSafe=true}}
{{/unless}}
{{/if}}