From 2283e8d618ad6ae383eb58ea75231c8d8d86ab65 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 13 May 2024 16:52:04 +0200 Subject: [PATCH] temp image for build summary support Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- src/buildx/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildx/history.ts b/src/buildx/history.ts index 435b0036..06ce43d7 100644 --- a/src/buildx/history.ts +++ b/src/buildx/history.ts @@ -36,7 +36,7 @@ export interface HistoryOpts { export class History { private readonly buildx: Buildx; - private static readonly EXPORT_TOOL_IMAGE: string = 'docker.io/dockereng/export-build:latest'; + private static readonly EXPORT_TOOL_IMAGE: string = 'docker.io/crazymax/export-build:latest'; constructor(opts?: HistoryOpts) { this.buildx = opts?.buildx || new Buildx();