From 4af40e9195be2b5f47bdf6bc37a9888cd03b9b38 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 4 May 2026 12:51:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20org=20name=20and=20repo?= =?UTF-8?q?=20URLs=20to=20casjaysdev=20=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace casjaysdevdocker org references with casjaysdev across env config - Update git repo URL to point to dockersrc/go - Update registry and push destination URLs to casjaysdev/go - Remove stale scheduled tasks lock file .claude/scheduled_tasks.lock .env.scripts --- .claude/scheduled_tasks.lock | 1 - .env.scripts | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .claude/scheduled_tasks.lock diff --git a/.claude/scheduled_tasks.lock b/.claude/scheduled_tasks.lock deleted file mode 100644 index a74e1a6..0000000 --- a/.claude/scheduled_tasks.lock +++ /dev/null @@ -1 +0,0 @@ -{"sessionId":"d9485008-914b-4ebd-8117-385f3f705c60","pid":1501215,"procStart":"94613294","acquiredAt":1777549078288} \ No newline at end of file diff --git a/.env.scripts b/.env.scripts index 0f01a7e..cf05d06 100644 --- a/.env.scripts +++ b/.env.scripts @@ -29,20 +29,20 @@ ENV_IMAGE_NAME="go" ENV_USE_TEMPLATE="alpine" # - - - - - - - - - - - - - - - - - - - - - - - - - # Maintainer info -ENV_ORG_NAME="casjaysdevdocker" +ENV_ORG_NAME="casjaysdev" ENV_VENDOR="CasjaysDev" ENV_AUTHOR="CasjaysDev" ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - # Repository URLs (Full URLs) # ENV_GIT_REPO_URL: Complete Git repository URL for source code -ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/go" +ENV_GIT_REPO_URL="https://github.com/dockersrc/go" # ENV_REGISTRY_URL: Complete registry URL for reference (NOT used for pushing) -ENV_REGISTRY_URL="https://hub.docker.com/casjaysdevdocker/go" +ENV_REGISTRY_URL="https://hub.docker.com/casjaysdev/go" # - - - - - - - - - - - - - - - - - - - - - - - - - # Push Configuration # ENV_IMAGE_PUSH: Complete push destination (this IS used for pushing) -ENV_IMAGE_PUSH="casjaysdevdocker/go" +ENV_IMAGE_PUSH="casjaysdev/go" # ENV_IMAGE_TAG: Default tag for the image ENV_IMAGE_TAG="latest" # ENV_ADD_TAGS: Additional tags, comma-separated (USE_DATE = auto date tag)