Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Action for publishing pwnmake, pwncc, and base Docker images on push #18

Open
C0deH4cker opened this issue Jun 19, 2023 · 1 comment
Assignees
Milestone

Comments

@C0deH4cker
Copy link
Owner

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.

@C0deH4cker C0deH4cker self-assigned this Jun 19, 2023
@C0deH4cker C0deH4cker changed the title Add GitHub Action for publishing builder and base Docker images on push Add GitHub Action for publishing pwnmake, pwncc, and base Docker images on push Oct 8, 2024
@C0deH4cker
Copy link
Owner Author

All of the needed functionality for building, tagging, and pushing the various images (pwnmake, pwncc, and base) is implemented. This should be easy-ish now, just need to create the custom GitHub Action.

@C0deH4cker C0deH4cker added this to the v2.2 milestone Oct 21, 2024
@C0deH4cker C0deH4cker modified the milestones: v2.2, v2.3 Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant