diff options
| author | Brandon Keiji <[email protected]> | 2025-06-19 12:19:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-19 12:19:39 -0700 |
| commit | 10a83a6395b70f21b01da99d0992c78d0354a8dd (patch) | |
| tree | 5fdfad4781ee796fbfd2d218fd622bb7ac681c17 /packages/cli/package.json | |
| parent | 0ebac0b8964c5ccc76962fed6a31465065a6798d (diff) | |
refactor: remove docker tagging step from sandbox publishing (#1223)
Diffstat (limited to 'packages/cli/package.json')
| -rw-r--r-- | packages/cli/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json index c6eab170..6caa312f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -26,8 +26,7 @@ "dist" ], "config": { - "sandboxImageUri": "gemini-cli-sandbox", - "sandboximageName": "gemini-cli-sandbox" + "sandboxImageUri": "gemini-cli-sandbox" }, "dependencies": { "@gemini-cli/core": "file:../core", |
