We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26939db commit 51a302cCopy full SHA for 51a302c
1 file changed
ansible/roles/container_start/tasks/main.yml
@@ -40,7 +40,7 @@
40
41
- name: login to registry
42
delegate_to: "{{ builder }}"
43
- tags: deploy, build
+ tags: deploy
44
become: yes
45
command: docker login -u {{ registry_username }} -p {{ registry_token }} -e "info@runnable.com" {{ registry_host }}
46
@@ -77,6 +77,6 @@
77
78
- name: logout of registry
79
80
81
82
command: docker logout {{ registry_host }}
0 commit comments