Commit 5a82a657 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

docker ci via github actions

parent ccaccd8c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4,20 +4,13 @@ jobs:
  test:
    runs-on: ubuntu-20.04
    steps:

      -

        name: Login to DockerHub

        uses: docker/login-action@v1 

        with:

          username: ${{ secrets.DOCKER_HUB_USERNAME }}

          password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

jobs:
  build:
    runs-on: ubuntu-20.04
    steps: