UNPKG

@jin7942/ray

Version:

Lightweight CI/CD deployment tool powered by Docker and Git

8 lines (7 loc) 243 B
import { StepContext } from '../_types/context'; /** * Builds a Docker image using the given Dockerfile and context. * * @param ctx - Pipeline execution context */ export declare function dockerBuildImage(ctx: StepContext): Promise<void>;