mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
log the prefix task id since its more user readable
This commit is contained in:
parent
5158225acc
commit
c675e14e3a
3 changed files with 4 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -101,7 +101,8 @@ async function getRemoteBuilderAddr(inputs: context.Inputs): Promise<string | nu
|
|||
|
||||
const data = response.data;
|
||||
const taskId = data['id'] as string;
|
||||
core.info(`Submitted build task: ${taskId}`);
|
||||
const prefixTaskId = data['prefix_id'] as string;
|
||||
core.info(`Submitted build task: ${prefixTaskId}`);
|
||||
stateHelper.setBlacksmithBuildTaskId(taskId);
|
||||
const clientKey = data['client_key'] as string;
|
||||
stateHelper.setBlacksmithClientKey(clientKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue