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 54063f6 commit 8a43bc4Copy full SHA for 8a43bc4
internal/namespaces/instance/v1/custom_image.go
@@ -228,7 +228,7 @@ func imageListBuilder(c *core.Command) *core.Command {
228
if volume.VolumeType == instance.VolumeVolumeTypeSbsSnapshot {
229
blockVolume, err := blockAPI.GetSnapshot(&block.GetSnapshotRequest{
230
SnapshotID: volume.ID,
231
- Zone: volume.Zone,
+ Zone: image.Zone,
232
}, scw.WithContext(ctx))
233
if err != nil {
234
return nil, err
0 commit comments