Open
Description
As I'm almost done with support for easily building, tagging, and pushing Docker images for the pwnmake builder image and the base PwnableHarness image, it would be great to automatically push updated images to Docker Hub whenever a new commit is pushed. I'll need to be careful about when I update the version number.
Plan is to set it up as a GitHub Action using a self-hosted runner, and then only pushes to master (or merged PRs) will trigger the Actions runner.
Activity