mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-26 22:26:08 +08:00
buildx(history): update docker daemon requirement message
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
11c483e5c9
commit
05e3bb5b86
@ -51,7 +51,7 @@ export class History {
|
|||||||
throw new Error('Docker is required to export a build record');
|
throw new Error('Docker is required to export a build record');
|
||||||
}
|
}
|
||||||
if (!(await Docker.isDaemonRunning())) {
|
if (!(await Docker.isDaemonRunning())) {
|
||||||
throw new Error('Docker daemon is not running, skipping build record export');
|
throw new Error('Docker daemon needs to be running to export a build record');
|
||||||
}
|
}
|
||||||
if (!(await this.buildx.versionSatisfies('>=0.13.0'))) {
|
if (!(await this.buildx.versionSatisfies('>=0.13.0'))) {
|
||||||
throw new Error('Buildx >= 0.13.0 is required to export a build record');
|
throw new Error('Buildx >= 0.13.0 is required to export a build record');
|
||||||
|
Loading…
Reference in New Issue
Block a user