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

feat: create Dockerfile & automatically build on release #15

Merged
merged 8 commits into from
Dec 28, 2023

Conversation

kelly-sovacool
Copy link
Member

Changes

  • Create a Dockerfile with the package installed.
  • Create a GitHub Action that automatically builds and pushes the container to dockerhub when a new release is cut on GitHub.

Issues

Resolves #9

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Write unit tests for any new features, bug fixes, or other code changes.
  • [ ] Update the docs if there are any API changes (roxygen comments, vignettes, readme, etc.).
  • [ ] Update NEWS.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/
  • Run devtools::check() locally and fix all notes, warnings, and errors.

@kelly-sovacool kelly-sovacool merged commit 7a8d8d5 into main Dec 28, 2023
6 checks passed
@kelly-sovacool kelly-sovacool deleted the iss-9_docker branch December 28, 2023 22:54
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.

Create a Docker container
1 participant