Skip to content

Commit

Permalink
Checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmit799 committed Aug 21, 2023
1 parent e4e64cf commit 54c97a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Build Docker image
run: docker build .
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Login to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 54c97a8

Please sign in to comment.