From 5ac5d3a6bed603d2b73519aea0ab3b11a4cda669 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 3 Jan 2022 14:36:47 +0100 Subject: [PATCH] update github actions --- .github/workflows/docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a48ca2f9..b14484e8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v2 + with: + submodules: true - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9