Skip to content

Commit

Permalink
temp image for build summary support
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed May 14, 2024
1 parent 450a6e0 commit b9e1301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildx/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b9e1301

Please sign in to comment.