mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
ci: fix recursive in docker img builder
This commit is contained in:
parent
f6504053ef
commit
3ca52a999f
|
|
@ -29,6 +29,8 @@ jobs:
|
|||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
-
|
||||
name: Prevent from loading rubygems from TUNA
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Sync submodule
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue