log anvil url (#4)

This commit is contained in:
Aayush Shah 2024-09-19 21:54:44 -06:00 committed by GitHub
parent fd041daf3d
commit ea2698782c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);