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 a288f09aeb
commit c23e2f6f63
6 changed files with 4 additions and 8 deletions
-1
View File
@@ -14,7 +14,6 @@ import path from 'path';
export type PackageJson = BasePackageJson & {
config?: {
sandboxImageUri?: string;
sandboximageName?: string;
};
};