docker_image: fix module failing when build option is used without specifying path (#56940)

* Fix module failing when build option is used without specifying path.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-05-28 20:48:08 +02:00
committed by GitHub
parent 56e2d48612
commit 86928a5f74
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_image - module failed when ``source: build`` was set but ``build.path`` options not specified."