openwrt / docker

Docker containers of the ImageBuilder and SDK
GNU General Public License v2.0
468 stars 76 forks source link

chore: docker "latest" requires new flag #71

Closed aparcar closed 3 years ago

aparcar commented 3 years ago

Using the "latest" tag in Dockerfile.deploy recently updated to Docker 20.x which changed the default behaviour of docker push. It now requires --all-tags to push all tags, unlike before in 19.x.

Signed-off-by: Paul Spooren mail@aparcar.org