Skip to content

Commit 6fd3389

Browse files
authored
fix(instance): fix image listing zone handling (#5262)
1 parent 6953eac commit 6fd3389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/namespaces/instance/v1/custom_image.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ func imageListBuilder(c *core.Command) *core.Command {
192192
Arch: args.Arch,
193193
Project: args.ProjectID,
194194
Tags: args.Tags,
195+
Zone: args.Zone,
195196
}
196197

197198
client := core.ExtractClient(ctx)

0 commit comments

Comments
 (0)