From d267f1ed69607b9f6c549000914b130692416bc7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 1 Nov 2018 13:02:59 +0000 Subject: [PATCH] Use full path when specifying Dockerfile to build See gh-15058 --- ci/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 30ee6d757786..7bc537a2054a 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -120,15 +120,15 @@ jobs: - put: spring-boot-ci-image params: build: ci-images-git-repo/ci/images - dockerfile: spring-boot-ci-image/Dockerfile + dockerfile: ci-images-git-repo/ci/images/spring-boot-ci-image/Dockerfile - put: spring-boot-jdk9-ci-image params: build: ci-images-git-repo/ci/images - dockerfile: spring-boot-jdk9-ci-image/Dockerfile + dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk9-ci-image/Dockerfile - put: spring-boot-jdk10-ci-image params: build: ci-images-git-repo/ci/images - dockerfile: spring-boot-jdk10-ci-image/Dockerfile + dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk10-ci-image/Dockerfile - name: build serial: true public: true