mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-02 02:22:44 -04:00
CI: Docker: Faster checkout
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user