diff --git a/posts/automating-container-updates-with-ouroboros.md b/posts/automating-container-updates-with-ouroboros.md index 34bb046..f2bc555 100644 --- a/posts/automating-container-updates-with-ouroboros.md +++ b/posts/automating-container-updates-with-ouroboros.md @@ -10,6 +10,8 @@ tags: - how-to layout: layouts/post.njk --- +![image](https://user-images.githubusercontent.com/64846840/188291755-3b17cbfb-667b-43cd-97c4-748a1d9f769a.png) + A few months ago, I started learning about containers using Docker. This has certainly been a fun experience overall (though sometimes frustrating 😛). One *issue* with this is rebuilding the container upon every update when you want to deploy the new image. @@ -116,4 +118,4 @@ DOCKERHUB-USERNAME/IMAGE:TAG ``` Note that the tag used in this workflow is `main`. -With any luck you should now have containers automatically update once you push changes to GitHub. \ No newline at end of file +With any luck you should now have containers automatically update once you push changes to GitHub.