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 e184f6e commit ada5e48Copy full SHA for ada5e48
tools/release/release.go
@@ -113,7 +113,8 @@ func pushDockerImages() {
113
if dryRun {
114
log.Printf("Skipping pushing docker images to registry")
115
} else {
116
- make("docker-push-version")
+ // temporary disabled because I don't have access to push
117
+ // make("docker-push-version")
118
}
119
120
0 commit comments