chore(registry): use docker-public registry path
Update image references from registry.zeidler.dev/docker/playground to
registry.zeidler.dev/docker-public/playground in docker-compose.yml and build.sh.
Also bind-mount ${HOME}/.claude instead of using the claude-config named volume.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4edef5ac1a
commit
2002ea7b32
2 changed files with 5 additions and 5 deletions
2
build.sh
2
build.sh
|
|
@ -4,7 +4,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
REGISTRY="registry.zeidler.dev/docker/playground"
|
||||
REGISTRY="registry.zeidler.dev/docker-public/playground"
|
||||
TAG="${IMAGE_TAG:-latest}"
|
||||
|
||||
GREEN='\033[0;32m'; NC='\033[0m'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue