mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #19084 from vdemeester/i-am-all-frozen
Remove hello-world:latest tag before integration
This commit is contained in:
commit
d5685a65d7
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue