Skip to content

Commit

Permalink
add missing submod to docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Comand committed Oct 16, 2024
1 parent 4304279 commit afd7783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

with:
submodules: true # This ensures that submodules are also checked out
- name: Extract version from tag and Extract major, minor, and patch versions
id: version_parts
run: |
Expand Down

0 comments on commit afd7783

Please sign in to comment.