Skip to content

Commit

Permalink
Use full path when specifying Dockerfile to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 1, 2018
1 parent f210e9c commit d267f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d267f1e

Please sign in to comment.