ADd documentation and frontend to dependency for docker build

This commit is contained in:
Mark Schmitt 2021-01-07 07:45:17 +01:00
parent 9ffd9027fa
commit 6101f42ae3

View File

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