Skip to content

Commit

Permalink
refined
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
  • Loading branch information
wangxiaoxuan273 committed Jan 23, 2024
1 parent 8a1b543 commit 1ea863c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/file/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ type Store struct {
// manifest and config file, while leaving only named layer files.
// Default value: false.
IgnoreNoName bool
// SkipUnpack controls if push operations should skip extracting files.
// SkipUnpack controls if push operations should skip unpacking files. This
// value overrides the [AnnotationUnpack].
// Default value: false.
SkipUnpack bool

Expand Down

0 comments on commit 1ea863c

Please sign in to comment.