diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24b5f2..dc31270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 # Pull the latest version of base images and rebuild without cache - name: Build and deploy