gitlab-ci: use working rsync docker image
This commit is contained in:
parent
4d13024bb9
commit
21073f31b8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ build:
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: netroby/alpine-rsync:latest
|
image: ianayoung/rsync:latest
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in a new issue