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 basic github action for building docker image #39

Merged
merged 4 commits into from
Mar 3, 2024

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    ed28c99 View commit details
    Browse the repository at this point in the history
  2. Add .git to .dockerignore

    Speeds up the copy process since the git history is
    not of interest while building the image.
    isZumpo committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a2e8617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb63b0 View commit details
    Browse the repository at this point in the history
  4. Add basic docker building github action

    The workflow job will for every new commit
    to the main branch, build and push a docker
    image to the latest tag. The latest tag
    will get overwritten each commmit.
    isZumpo committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    937e098 View commit details
    Browse the repository at this point in the history