Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e

# Configuration
IMAGE_NAME="peach10.devcore4.com/category-labs/builder"
IMAGE_NAME="registry.devcore4.com/category-labs/builder"
DOCKERFILE_PATH="docker/builder/Dockerfile"

echo "Building Docker image..."
Expand All @@ -23,4 +23,4 @@ echo "Successfully built image: $IMAGE_NAME"
echo "Pushing image to registry..."
docker push "$IMAGE_NAME"

echo "Successfully pushed image: $IMAGE_NAME"
echo "Successfully pushed image: $IMAGE_NAME"