We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539b7ee commit f496a74Copy full SHA for f496a74
.werft/build.ts
@@ -151,9 +151,6 @@ export async function build(context, version) {
151
throw new Error(`'${version}' is not semver compliant and thus cannot used for Self-Hosted releases!`)
152
}
153
154
- werft.phase("publish", "publishing docker images...");
155
- exec(`leeway run --werft=true install/installer:publish-as-latest -Dversion=${version} -DimageRepoBase=${imageRepo}`);
156
-
157
werft.phase("publish", "publishing Helm chart...");
158
publishHelmChart("gcr.io/gitpod-io/self-hosted", version);
159
0 commit comments