GoogleCloudPlatform / gcr-cleaner

Delete untagged image refs in Google Container Registry or Artifact Registry
Apache License 2.0
805 stars 112 forks source link

Fix loop iterator bug #67

Closed maguro closed 2 years ago

maguro commented 2 years ago

The closure in the cleaner improperly references a loop iterator. While this does not cause functional problems, the output becomes duplicated.