Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c483e commit 05e3bb5Copy full SHA for 05e3bb5
src/buildx/history.ts
@@ -51,7 +51,7 @@ export class History {
51
throw new Error('Docker is required to export a build record');
52
}
53
if (!(await Docker.isDaemonRunning())) {
54
- 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');
55
56
if (!(await this.buildx.versionSatisfies('>=0.13.0'))) {
57
throw new Error('Buildx >= 0.13.0 is required to export a build record');
0 commit comments