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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 8 deletions

View file

@ -45,7 +45,6 @@ if (!cliPackageJson.config) {
cliPackageJson.config = {};
}
cliPackageJson.config.sandboxImageUri = containerImageUri;
cliPackageJson.config.sandboximageName = containerImageName;
// Remove 'prepublishOnly' from scripts if it exists
if (cliPackageJson.scripts && cliPackageJson.scripts.prepublishOnly) {