diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f574ef5..5edf41b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,11 +16,8 @@ jobs: - name: Checkout uses: actions/checkout@v2.7.0 - - - name: Checkout submodules - # You may pin to the exact commit or the version. - # uses: textbook/git-checkout-submodule-action@0cb23c7e6a67085e1dc5e884920bd620f7b9c469 - uses: textbook/git-checkout-submodule-action@2.1.1 + with: + submodules: true - name: Publish Docker Image to GitHub Registry