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

Use Docker with Github Actions for building #82

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Techno-coder
Copy link

@Techno-coder Techno-coder commented Feb 15, 2020

This PR depends on #79 and should be rebased after the dependency is merged.

This PR includes:

  • Immediate replacement of Travis CI with Github Actions
  • Building with Docker which reduces build times and fixes Travis CI is slow #72

Prerequisites:

  • A Docker Hub account is required for storing cached image artefacts. Account details are specified in the repository secrets as DOCKER_USERNAME and DOCKER_PASSWORD

As an additional benefit, the built Docker image can be retrieved from the registry and downloaded locally for testing or deployment. The image follows the form of <username>/nztrain:latest.

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.

Travis CI is slow
1 participant