Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Mar 18, 2024
1 parent feae6e5 commit 299591c
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 299591c

Please sign in to comment.