Commit d267f1ed authored by Andy Wilkinson's avatar Andy Wilkinson

Use full path when specifying Dockerfile to build

See gh-15058
parent f210e9c7
...@@ -120,15 +120,15 @@ jobs: ...@@ -120,15 +120,15 @@ jobs:
- put: spring-boot-ci-image - put: spring-boot-ci-image
params: params:
build: ci-images-git-repo/ci/images 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 - put: spring-boot-jdk9-ci-image
params: params:
build: ci-images-git-repo/ci/images 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 - put: spring-boot-jdk10-ci-image
params: params:
build: ci-images-git-repo/ci/images 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 - name: build
serial: true serial: true
public: true public: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment