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 /scripts/build_sandbox.js | |
| parent | 0ebac0b8964c5ccc76962fed6a31465065a6798d (diff) | |
refactor: remove docker tagging step from sandbox publishing (#1223)
Diffstat (limited to 'scripts/build_sandbox.js')
| -rw-r--r-- | scripts/build_sandbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_sandbox.js b/scripts/build_sandbox.js index 8098d6f7..941fa7f6 100644 --- a/scripts/build_sandbox.js +++ b/scripts/build_sandbox.js @@ -61,7 +61,7 @@ if (sandboxCommand === 'sandbox-exec') { console.log(`using ${sandboxCommand} for sandboxing`); -const baseImage = cliPkgJson.config.sandboximageName; +const baseImage = cliPkgJson.config.sandboxImageUri; const customImage = argv.i; const baseDockerfile = 'Dockerfile'; const customDockerfile = argv.f; |
