Docker build step depends on tests

This commit is contained in:
Mark Schmitt 2021-01-07 07:32:43 +01:00
parent d7b3e7bd69
commit cc9f9b6e8b

View File

@ -36,7 +36,7 @@ jobs:
# Build and push image to docker hub.
buildx:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: actions/checkout@v2