Skip to content

Commit 41585fd

Browse files
author
Frankie Robertson
committed
Fix up GitHub actions
1 parent 39b6e4b commit 41585fd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout repo
1313
uses: actions/checkout@v2
14-
15-
- name: Checkout submodules
16-
uses: textbook/git-checkout-submodule-action@master
14+
with:
15+
submodules: recursive
1716

1817
- name: Build/push
1918
uses: whoan/docker-build-with-cache-action@v5
@@ -30,9 +29,8 @@ jobs:
3029
steps:
3130
- name: Checkout repo
3231
uses: actions/checkout@v2
33-
34-
- name: Checkout submodules
35-
uses: textbook/git-checkout-submodule-action@master
32+
with:
33+
submodules: recursive
3634

3735
- name: Build/push
3836
uses: whoan/docker-build-with-cache-action@v5

0 commit comments

Comments
 (0)