Commit 504bbc6c authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

docker ci via github actions

parent e5bc5e44
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
name: CI to Docker hub

on:

  push:

    branches: [ master ]

on: push
jobs:
  test:
    runs-on: ubuntu-20.04
    steps:

      -