From 25f698459f0b595145caff6f8d1be7e1bd556b80 Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Sun, 4 Sep 2022 01:29:10 +0100 Subject: [PATCH] add ouroboros image --- posts/automating-container-updates-with-ouroboros.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.