Skip to content

Commit

Permalink
Merge pull request #74 from unoplat/37-dummy-issue-for-release-please…
Browse files Browse the repository at this point in the history
…-action

fix: dummy fix to test tag
  • Loading branch information
JayGhiya authored Mar 12, 2024
2 parents ddc2dbc + bdc1a04 commit c78784d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewImageInfo() *ImageInfo {
func (ii *ImageInfo) UnmarshalYAML(data []byte) error {
var values map[string]interface{}
if err := yaml.Unmarshal(data, &values); err != nil {
ii.logger.Error(" Failed to unmarshal YAML !", zap.Error(err))
ii.logger.Error(" Failed to unmarshal YAML !", zap.Error(err))
return err
}
ii.findImages(values, "", &ii.Images)
Expand Down

0 comments on commit c78784d

Please sign in to comment.