We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6953eac commit 6fd3389Copy full SHA for 6fd3389
1 file changed
internal/namespaces/instance/v1/custom_image.go
@@ -192,6 +192,7 @@ func imageListBuilder(c *core.Command) *core.Command {
192
Arch: args.Arch,
193
Project: args.ProjectID,
194
Tags: args.Tags,
195
+ Zone: args.Zone,
196
}
197
198
client := core.ExtractClient(ctx)
0 commit comments