We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ffb5c commit 09f6d5fCopy full SHA for 09f6d5f
ci/cloudrunners/oci/main.go
@@ -64,6 +64,7 @@ func run(cmd *cobra.Command, argv []string) error {
64
SortBy: core.ListImagesSortByTimecreated,
65
SortOrder: core.ListImagesSortOrderDesc,
66
Limit: common.Int(1),
67
+ LifecycleState: core.ImageLifecycleStateAvailable,
68
})
69
if err != nil {
70
panic(err)
0 commit comments