Update Docker images on Docker Hub
hlapp opened this issue · 3 comments
hlapp commented
For some reason this wasn't an issue on the tracker due to the release of v0.14.
hlapp commented
Oddly, the edge
tag of the image on Docker Hub wasn't rebuilt although it has an automatic rebuild trigger set for it every time the master branch gets updated. I triggered it manually now, and it succeeded.
hlapp commented
Releases of the form /v[0-9.]+/
should also auto-trigger an image build under the corresponding tag, but the v0.14 release did not trigger either. I built and pushed a v0.14
image, and changed the latest
tag to be the same.
hlapp commented
So the images are all updated on Docker Hub, but it's worth looking into why those weren't triggered even though they should have been. (Note that the latest
tag would always have to be done by hand.)