Skip to content

Commit 51a302c

Browse files
author
Henry Mollman
committed
Removed build tag
1 parent 26939db commit 51a302c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ansible/roles/container_start/tasks

ansible/roles/container_start/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
- name: login to registry
4242
delegate_to: "{{ builder }}"
43-
tags: deploy, build
43+
tags: deploy
4444
become: yes
4545
command: docker login -u {{ registry_username }} -p {{ registry_token }} -e "info@runnable.com" {{ registry_host }}
4646

@@ -77,6 +77,6 @@
7777

7878
- name: logout of registry
7979
delegate_to: "{{ builder }}"
80-
tags: deploy, build
80+
tags: deploy
8181
become: yes
8282
command: docker logout {{ registry_host }}

0 commit comments

Comments
 (0)