blob: 803f5a4d3e18c12c327f5d6053b55412ede96e45 [file] [log] [blame]
---
# xos-core-deploy/tasks/main.yml
- name: Tag and push the UI image
docker_image:
name: "xosproject/xos-ui:{{ build_docker_tag }}"
repository: "{{ deploy_docker_registry }}/xosproject/xos-ui:{{ deploy_docker_tag }}"
push: True