In some cases, the last updated time of the image is not retrieved if the action code cannot find the Go script that retrieves the information from DockerHub. This fixes this issue by moving this logic inline into the action directly and converts the code from Go to Python.
This also improves the tests to make sure there is a green and red signal in CI, in GitHub Actions, if the logic were to fail due to an update to the action. Thanks to @Borda for contributions to resolve these issues.
What's Changed
- update GH output syntax by @Borda in #1
- ci: use local version for PRs by @Borda in #4
- replace go script with inline python code by @Borda in #3
New Contributors
Full Changelog: v1...v1.0.1