mirror of https://github.com/docker/docs.git
Merge pull request #19084 from vdemeester/i-am-all-frozen
Remove hello-world:latest tag before integration
This commit is contained in:
commit
d5685a65d7
|
@ -97,5 +97,6 @@ case "$DOCKER_ENGINE_OSARCH" in
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
docker tag hello-world:latest hello-world:frozen
|
docker tag hello-world:latest hello-world:frozen
|
||||||
|
docker rmi hello-world:latest
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue