Note:
- Default GH token does not allow reads from other repos. I use GH App to auth the action.
- GH search API has vicious rate limits, 3s sleep is not enough, or I am getting labelled as a bot. WTF Microsoft?
- This will open one issue, listing all the images, in a table
|repo|dockerfile|image|. It should process multi-stage dockerfiles. - the way it finds dockerfiles is dumb - find anything with
dockerfilein name, findFROMline... works fine on my computer. I
name: List docker images
on:
schedule:
- cron: '0 8 * * *' # 8am utc/midnight-late night in the US