fix: use correct docker registry and image name
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
IMAGE_NAME="euchre-camp-ci"
|
||||
IMAGE_NAME="euchre-camp-ci-runner"
|
||||
TAG="${1:-latest}"
|
||||
|
||||
echo "Building CI runner image..."
|
||||
@@ -37,8 +37,8 @@ echo "✅ CI image is ready to use!"
|
||||
echo ""
|
||||
echo "To use in GitHub Actions/Gitea Actions:"
|
||||
echo " container:"
|
||||
echo " image: ${IMAGE_NAME}:${TAG}"
|
||||
echo " image: docker.notsosm.art/${IMAGE_NAME}:${TAG}"
|
||||
echo ""
|
||||
echo "To push to registry:"
|
||||
echo " docker tag ${IMAGE_NAME}:${TAG} registry.example.com/${IMAGE_NAME}:${TAG}"
|
||||
echo " docker push registry.example.com/${IMAGE_NAME}:${TAG}"
|
||||
echo " docker tag ${IMAGE_NAME}:${TAG} docker.notsosm.art/${IMAGE_NAME}:${TAG}"
|
||||
echo " docker push docker.notsosm.art/${IMAGE_NAME}:${TAG}"
|
||||
|
||||
Reference in New Issue
Block a user