From 6101f42ae38758357e1291ecc752a475b2d76c8c Mon Sep 17 00:00:00 2001 From: Mark Schmitt <31215086+MarkSchmitt@users.noreply.github.com> Date: Thu, 7 Jan 2021 07:45:17 +0100 Subject: [PATCH] ADd documentation and frontend to dependency for docker build --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 76a7f18e2..f2467cbf9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -65,7 +65,7 @@ jobs: # Build and push image to docker hub. buildx: runs-on: ubuntu-latest - needs: tests + needs: [tests, documentation, frontend] steps: - uses: actions/checkout@v2