Update workflow.yml [rebuild docker image]

This commit is contained in:
linguist
2020-12-30 21:52:23 +01:00
parent e695395d1a
commit 7661b40982

View File

@@ -31,6 +31,7 @@ jobs:
build:
name: Build and test
runs-on: ubuntu-latest
needs: [ docker ]
steps:
- name: Checkout repository
uses: actions/checkout@v2