summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/tasks/insert-images.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/nexus/tasks/insert-images.yml')
-rw-r--r--ansible/roles/nexus/tasks/insert-images.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/nexus/tasks/insert-images.yml b/ansible/roles/nexus/tasks/insert-images.yml
index f71d6990..6c283330 100644
--- a/ansible/roles/nexus/tasks/insert-images.yml
+++ b/ansible/roles/nexus/tasks/insert-images.yml
@@ -1,7 +1,8 @@
---
- name: Load docker images and push into registry
block:
- - set_fact:
+ - name: Register component name for docker login/load
+ set_fact:
component: "{{ (item.path | basename | splitext)[0] }}"
- name: Docker login