Skip to content

Commit

Permalink
Fix envconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Yarotsky <[email protected]>
  • Loading branch information
Vladimir Yarotsky committed Jun 24, 2022
1 parent 7514ad4 commit c1dfd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Config struct {

ImagePlatform string `json:"image_platform" envconfig:"optional"`

RegistryCache string `json:"registry_cache" envconfig:"registry_cache"`
RegistryCache string `json:"registry_cache" envconfig:"optional"`
}

// ImageMetadata is the schema written to manifest.json when producing the
Expand Down

0 comments on commit c1dfd59

Please sign in to comment.