summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rep.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rep.rs b/src/rep.rs
index 9cb972b..72a8430 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -18,7 +18,7 @@ pub struct Image {
pub Id: String,
pub ParentId: String,
pub Labels: Option<HashMap<String, String>>,
- pub RepoTags: Vec<String>,
+ pub RepoTags: Option<Vec<String>>,
pub RepoDigests: Option<Vec<String>>,
pub VirtualSize: u64,
}