src: make blacksmith builder name unique

pull/1358/head
Aditya Maru 10 months ago
parent bda6587832
commit 9b63433194

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

@ -571,7 +571,7 @@ actionsToolkit.run(
if (builderInfo.addr) {
await core.group(`Creating a builder instance`, async () => {
const name = `blacksmith`;
const name = `blacksmith-${Date.now().toString(36)}`;
const createCmd = await toolkit.buildx.getCommand(await context.getRemoteBuilderArgs(name, builderInfo.addr!));
core.info(`Creating builder with command: ${createCmd.command}`);
await Exec.getExecOutput(createCmd.command, createCmd.args, {

Loading…
Cancel
Save