Commit 79a3f626 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

update docker image for GH Actions

parent dc41929b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Docker Compose Actions Workflow
on: push
jobs:
  test:
    runs-on: ubuntu-20.04
    runs-on: tomkellygenetics/cellranger_clean:3.0.2.9001
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Test 10x Genomics
on: push
jobs:
  test:
    runs-on: ubuntu-20.04
    runs-on: tomkellygenetics/cellranger_clean:3.0.2.9001
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Docker Test
on: push
jobs:
  test:
    runs-on: ubuntu-20.04
    runs-on: tomkellygenetics/cellranger_clean:3.0.2.9001
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Test DropSeq / Nadia
on: push
jobs:
  test:
    runs-on: ubuntu-20.04
    runs-on: tomkellygenetics/cellranger_clean:3.0.2.9001
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Test ICELL8
on: push
jobs:
  test:
    runs-on: ubuntu-20.04
    runs-on: tomkellygenetics/cellranger_clean:3.0.2.9001
    steps:
      - uses: actions/checkout@v2
      - name: Build the stack
Loading