Skip to content

Commit

Permalink
Do recursive clone in container build
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Apr 3, 2024
1 parent 7fd32e8 commit 20c996b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install cosign
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 20c996b

Please sign in to comment.