I have created a Github repo and a Docker repo. Both work together very well: when I push a new version of Dockerfile to Github, a new image is automatically built inside the Docker repo.
Now, I'd like to have my running containers automatically updated when the base-image is (re)built.
How can I achieve it using Docker repos webhooks?
No comments:
Post a Comment