mirror of
https://github.com/dockersrc/go
synced 2026-06-24 20:01:07 -04:00
🔧 Update org name and repo URLs to casjaysdev 🔧
- 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
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{"sessionId":"d9485008-914b-4ebd-8117-385f3f705c60","pid":1501215,"procStart":"94613294","acquiredAt":1777549078288}
|
||||
+4
-4
@@ -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 <docker-admin@casjaysdev.pro>"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user