Skip to content
Snippets Groups Projects
Commit 23f5f8fc authored by Temur Maisuradze's avatar Temur Maisuradze
Browse files

update syntax to remove DEPRECATION WARNINGs

parent b107a338
Branches
No related tags found
No related merge requests found
......@@ -32,9 +32,11 @@
docker_image:
name: "{{repo}}/{{item}}"
tag: "{{version}}{{suffix}}"
path: "{{docker_build_dir}}/{{item}}"
dockerfile: "{{docker_build_dir}}/{{item}}/Dockerfile"
pull: no
build:
path: "{{docker_build_dir}}/{{item}}"
dockerfile: "{{docker_build_dir}}/{{item}}/Dockerfile"
pull: no
source: build
state: present
with_items: "{{services}}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment