Skip to content

Commit

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

fix: workflow
  • Loading branch information
JayGhiya authored Mar 12, 2024
2 parents 85fb12b + acd262d commit c0ae26c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (ii *ImageInfo) findImages(node interface{}, path string, images *map[strin
// Directly check for image specification here
imagePath, isImage := ii.constructImagePath(node)
if isImage {
ii.logger.Info(" Found docker Image Specification :", zap.String("path", currentNode.Path+".tag"), zap.String("imagePath", imagePath))
ii.logger.Info("Found docker Image Specification:", zap.String("path", currentNode.Path+".tag"), zap.String("imagePath", imagePath))
// Access the slice of strings stored in the Images map using 'imagePath' as the key.
// Append the value of 'currentNode.Path' concatenated with ".tag" to this slice.
// Store the updated slice back in the Images map at the same key.
Expand Down

0 comments on commit c0ae26c

Please sign in to comment.