diff options
author | BonfaceKilz | 2021-05-26 18:31:40 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-26 20:01:28 +0300 |
commit | 43d4e9b42f9ebcb9012bc791aa4ac34a15f290a7 (patch) | |
tree | 257521cc013afaf30f85263159831e2338e26902 /.github/workflows | |
parent | c95eb2f9dedb746e237ac16ef1796e78de5ccdf7 (diff) | |
download | genenetwork2-43d4e9b42f9ebcb9012bc791aa4ac34a15f290a7.tar.gz |
workflows: main: Use "bonfacekilz/genenetwork2:latest" docker image
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6b56a81..f279a7e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: unittest: runs-on: ubuntu-latest - container: bonfacekilz/python3-genenetwork2:00ba1f8 + container: bonfacekilz/genenetwork2:latest steps: # First start with mariadb set then checkout. The checkout gives |