diff --git a/posts/automating-container-updates-with-ouroboros.md b/posts/automating-container-updates-with-ouroboros.md index f64ddd8..fefd6b1 100644 --- a/posts/automating-container-updates-with-ouroboros.md +++ b/posts/automating-container-updates-with-ouroboros.md @@ -104,8 +104,8 @@ jobs: ```docker docker run -d --name ouroboros \ --v /var/run/docker.sock:/var/run/docker.sock \ -pyouroboros/ouroboros + -v /var/run/docker.sock:/var/run/docker.sock \ + ghcr.io/gmt2001/ouroboros ``` - Then with the containers involved: