UNPKG

action-docker-image-publish

Version:
9 lines (8 loc) 277 B
export type ImageUrlBuildContext = { host: string; owner: string; name: string; tag: string; }; export declare function buildDockerImageURL(context: ImageUrlBuildContext): string; export declare function buildDockerImageURL(image: string, tag: string): string;