Skip to content

Commit

Permalink
fix(docker workflow): clone repo with submodules recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Sep 29, 2024
1 parent b514898 commit aec59e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout repository with submodules
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

- name: Extract version from payload
id: get_version
Expand Down

0 comments on commit aec59e7

Please sign in to comment.