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 #5

Merged
merged 1 commit into from
Jul 27, 2024
Merged

Conversation

mrjvs
Copy link
Contributor

@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.

Co-authored-by: William Oldham <github@binaryoverload.co.uk>
@jonbarrow jonbarrow merged commit e6811ca into PretendoNetwork:master Jul 27, 2024
1 check failed
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