File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,6 @@ func init() {
91
91
"Do not update the latest file" ,
92
92
)
93
93
94
- ciBuildCmd .PersistentFlags ().BoolVar (
95
- & ciBuildOpts .PrivateBucket ,
96
- "private-bucket" ,
97
- false ,
98
- "Do not mark published bits on GCS as publicly readable" ,
99
- )
100
-
101
94
// TODO: Configure a default const here
102
95
ciBuildCmd .PersistentFlags ().StringVar (
103
96
& ciBuildOpts .Bucket ,
@@ -116,6 +109,7 @@ func init() {
116
109
),
117
110
)
118
111
112
+ // TODO: Switch to "--registry" once CI no longer uses it
119
113
ciBuildCmd .PersistentFlags ().StringVar (
120
114
& ciBuildOpts .DockerRegistry ,
121
115
"docker-registry" ,
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ func init() {
104
104
),
105
105
)
106
106
107
+ // TODO: Switch to "--registry" once CI no longer uses it
107
108
pushBuildCmd .PersistentFlags ().StringVar (
108
109
& pushBuildOpts .DockerRegistry ,
109
110
"docker-registry" ,
You can’t perform that action at this time.
0 commit comments