diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 2d9fec7b..8c1c84d2 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -24,6 +24,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + fetch-depth: 0 - name: build run: | @@ -51,6 +52,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + fetch-depth: 0 - name: Ensure release branch run: | diff --git a/.github/workflows/image-builder-template.yaml b/.github/workflows/image-builder-template.yaml index fe6dfe25..3a6d4071 100644 --- a/.github/workflows/image-builder-template.yaml +++ b/.github/workflows/image-builder-template.yaml @@ -22,6 +22,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + fetch-depth: 0 - uses: docker/setup-buildx-action@v2