Commit 2a967879 by Toshio Kuratomi

Fix the removal of busybox image

parent c2fb0b8f
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
command: "docker push localhost:5000/mine" command: "docker push localhost:5000/mine"
- name: Remove the busybox image from the local docker - 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 - name: Remove the new image from the local docker
command: "docker rmi -f localhost:5000/mine" 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