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)