diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6551090..5edf41b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,6 +13,12 @@ jobs: runs-on: ubuntu-latest steps: + + - name: Checkout + uses: actions/checkout@v2.7.0 + with: + submodules: true + - name: Publish Docker Image to GitHub Registry # You may pin to the exact commit or the version.