From db6c1f5f793a9480aeab97a15c05e1f6ecbeb176 Mon Sep 17 00:00:00 2001 From: Jackson Greer Date: Tue, 23 Jul 2024 14:34:53 -0700 Subject: [PATCH 1/2] fix: changed image name from copacetic/ to projectcopacetic/ Signed-off-by: Jackson Greer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58c787c..91fe554 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -IMAGE?=copacetic/copacetic-docker-desktop-extension +IMAGE?=projectcopacetic/copacetic-docker-desktop-extension TAG?=0.1.0 COPA_VERSION?=latest From 1e808d92851594907892d21402c5b8e50e1041ed Mon Sep 17 00:00:00 2001 From: Jackson Greer Date: Tue, 23 Jul 2024 15:21:50 -0700 Subject: [PATCH 2/2] docs: changed name from copacetic to projectcopacetic in README.md Signed-off-by: Jackson Greer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85330b6..5a8c1ff 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This extension is a web application displayed in a tab of the dashboard in Docke The extension be installed using this link! It can also be installed with the following command: ``` -docker extension install copacetic/copacetic-docker-desktop-extension:0.1.0 +docker extension install projectcopacetic/copacetic-docker-desktop-extension:0.1.0 ``` ## Contributing