Skip to content

Commit

Permalink
revised workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 24, 2024
1 parent 0c9bef2 commit f11e1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive # Add this line
submodules: true
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit f11e1fa

Please sign in to comment.