mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
refactor: remove docker tagging step from sandbox publishing (#1223)
This commit is contained in:
parent
0ebac0b896
commit
10a83a6395
6 changed files with 4 additions and 8 deletions
|
|
@ -91,7 +91,7 @@ export async function loadSandboxConfig(
|
|||
const image =
|
||||
argv['sandbox-image'] ??
|
||||
process.env.GEMINI_SANDBOX_IMAGE ??
|
||||
packageJson?.config?.sandboximageName;
|
||||
packageJson?.config?.sandboxImageUri;
|
||||
|
||||
return command && image ? { command, image } : undefined;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue