Commit 4009c053 by Toshio Kuratomi

Fix the removal of busybox image

parent c571a0e6
......@@ -20,7 +20,7 @@
command: "docker push localhost:5000/mine"
- name: Remove the busybox image from the local docker
command: "docker rmi -f busybox"
command: "docker rmi -f {{ image_id.stdout_lines[0] }}"
- name: Remove the new image from the local docker
command: "docker rmi -f localhost:5000/mine"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment