From 99865fa06be6985ea60721b6d81b6d9e63257d12 Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Sun, 19 Apr 2026 14:11:40 +0200 Subject: [PATCH] Fix github repo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e1585b..50b27ca 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ A minimal Alpine based image with: Pulling image from GitHub Container Registry: ```bash -docker pull ghcr.io/ilyes512/utils:latest +docker pull ghcr.io/specsnl/utils:latest ``` Interactive shell and mounting the current directory: ```bash -docker run -it -v $(pwd):/workspace --rm ghcr.io/ilyes512/utils:latest /bin/bash +docker run -it -v $(pwd):/workspace --rm ghcr.io/specsnl/utils:latest /bin/bash ``` Default workspace: `/workspace`