Skip to content

Commit 9d68ec6

Browse files
checkout submodules in workflow
1 parent 84e8179 commit 9d68ec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v3
37+
with:
38+
submodules: 'true'
39+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3740

3841
# Install the cosign tool except on PR
3942
# https://github.com/sigstore/cosign-installer

0 commit comments

Comments
 (0)