From f7571f17b5e8ead165106954637fcaef00eb2964 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 1 Mar 2019 07:20:57 -0600 Subject: [PATCH] DATAREDIS-920 - Migrate to springci for Docker images. --- ci/build.yml | 2 +- ci/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build.yml b/ci/build.yml index 36a11e208..ae5f1d93f 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -4,7 +4,7 @@ platform: linux image_resource: type: docker-image source: - repository: gregturn/8-jdk-with-redis + repository: springci/spring-data-8-jdk-with-redis inputs: - name: spring-data-redis-github diff --git a/ci/test.yml b/ci/test.yml index 9c8ea18a3..3b66fae8a 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -4,7 +4,7 @@ platform: linux image_resource: type: docker-image source: - repository: gregturn/8-jdk-with-redis + repository: springci/spring-data-8-jdk-with-redis inputs: - name: spring-data-redis-github