diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 67735aa..8d9530c 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -38,6 +38,10 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + - uses: actions/checkout@v3 + with: + submodules: true + fetch-depth: 10 - name: Set short git commit SHA id: vars run: |