From 21073f31b8ad4b7aa079fe578854343bfdecd305 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Sun, 27 Dec 2020 20:33:02 +0100
Subject: [PATCH] gitlab-ci: use working rsync docker image

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27d5071..e0d1d05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ build:
         expire_in: 1 week
 
 deploy:
-    image: netroby/alpine-rsync:latest
+    image: ianayoung/rsync:latest
     stage: deploy
     dependencies:
         - build