mirror of
https://github.com/docker/build-push-action.git
synced 2025-03-28 16:21:01 +00:00
log anvil url (#4)
This commit is contained in:
parent
fd041daf3d
commit
ea2698782c
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ async function getRemoteBuilderAddr(inputs: context.Inputs): Promise<string | nu
|
|||
payload = {dockerfile_path: dockerfilePath};
|
||||
core.info(`Using dockerfile path: ${dockerfilePath}`);
|
||||
}
|
||||
core.info(`Anvil service: ${client.defaults.baseURL}`);
|
||||
core.info(`Waiting for Blacksmith builder agent to be ready...`);
|
||||
const response = await client.post('', payload);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue