Skip to content

Commit

Permalink
ci/gha: checkout git submodules, too
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Feb 19, 2024
1 parent 193c269 commit 7985adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Checkout git submodules too
run: git submodule sync && git submodule update --init
- # Activate cache export feature to reduce build time of images
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 7985adf

Please sign in to comment.