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 Dockerfile and GitHub Actions #2

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

mrjvs
Copy link

@mrjvs mrjvs commented Jul 27, 2024

  • Added dockerfile
  • Added CI for building images:
    • When publishing, it will publish to github packages for this repo.
    • Push to master: build and publish an image with latest and sha-<GIT_HASH> tags
    • Push to dev: build and publish an image with edge and sha-<GIT_HASH> tags
    • Push to any branch: only builds, doesn't publish
    • Any PR: only builds, doesn't publish
    • Workflow can be dispatched manually, which will build and publish with sha-<GIT_HASH> tag.

Warning

This one doesn't compile for some reason, but it's still a the same build script from the other game servers.

Co-authored-by: William Oldham <github@binaryoverload.co.uk>
@mrjvs mrjvs changed the base branch from master to nex-go-rewrite July 27, 2024 11:10
@jonbarrow jonbarrow merged commit 8642e6e into PretendoNetwork:nex-go-rewrite Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants