CI: Docker: Faster checkout

Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
Thomas Rohloff
2025-07-04 10:38:49 +02:00
parent 7f42ea3dea
commit 74960b4864
+1
View File
@@ -303,6 +303,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Build docker image
if: steps.cache.outputs.cache-hit != 'true'
run: docker build . -t spaghetti