mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
correct warning log line (#22)
This commit is contained in:
parent
daa8a63bfa
commit
0488127ec0
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ async function getBuilderAddr(inputs: context.Inputs, dockerfilePath: string): P
|
|||
if (error.name === 'AbortError') {
|
||||
return null;
|
||||
}
|
||||
core.warning(`Error in getRemoteBuilderAddr: ${(error as Error).message}`);
|
||||
core.warning(`Error in getBuilderAddr: ${(error as Error).message}`);
|
||||
throw error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue