Skip to content

Commit

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

fix: dummy commit to test release
  • Loading branch information
JayGhiya authored Mar 12, 2024
2 parents 7b752ec + a051323 commit d4d09f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

package dockerimageprocessing

import (
Expand Down Expand Up @@ -31,7 +30,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 d4d09f2

Please sign in to comment.