We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b6e4b commit 41585fdCopy full SHA for 41585fd
.github/workflows/docker.yml
@@ -11,9 +11,8 @@ jobs:
11
steps:
12
- name: Checkout repo
13
uses: actions/checkout@v2
14
-
15
- - name: Checkout submodules
16
- uses: textbook/git-checkout-submodule-action@master
+ with:
+ submodules: recursive
17
18
- name: Build/push
19
uses: whoan/docker-build-with-cache-action@v5
@@ -30,9 +29,8 @@ jobs:
30
29
31
32
33
34
35
36
37
38
0 commit comments