Use full path when specifying Dockerfile to build

See gh-15058
This commit is contained in:
Andy Wilkinson 2018-11-01 13:02:59 +00:00
parent f210e9c77f
commit d267f1ed69
1 changed files with 3 additions and 3 deletions

View File

@ -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