diff --git a/tasks/deploy.yml b/tasks/deploy.yml
index a2a1080..f63a1b4 100644
--- a/tasks/deploy.yml
+++ b/tasks/deploy.yml
@@ -47,6 +47,7 @@
     name: "{{ service }}"
     prune: yes 
     resolve_image: "always"
+    with_registry_auth: yes
     compose:
       - "{{ remote_service_path }}/stack.yml"
       - version: "{{ compose_version }}"