Skip to content

Commit 566366d

Browse files
authored
fix Dockerfile relative path (#347)
1 parent e092912 commit 566366d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/molecule_plugins/docker/playbooks/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
community.docker.docker_image:
101101
build:
102102
path: "{{ molecule_ephemeral_directory }}"
103-
dockerfile: "{{ item.dest }}"
103+
dockerfile: "{{ item.dest | basename }}"
104104
pull: "{{ item.item.pull | default(true) }}"
105105
network: "{{ item.item.network_mode | default(omit) }}"
106106
args: "{{ item.item.buildargs | default(omit) }}"

0 commit comments

Comments
 (0)