refactor: remove docker tagging step from sandbox publishing (#1223)

This commit is contained in:
Brandon Keiji
2025-06-19 12:19:39 -07:00
committed by GitHub
parent 0ebac0b896
commit 10a83a6395
6 changed files with 4 additions and 8 deletions

View File

@@ -14,7 +14,6 @@ import path from 'path';
export type PackageJson = BasePackageJson & {
config?: {
sandboxImageUri?: string;
sandboximageName?: string;
};
};