Skip to content

Commit

Permalink
Clone Xpra submodule when building xpra image
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCVanB committed Jan 26, 2022
1 parent 9b7b2e0 commit 23d3367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish_all_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build & publish image
uses: ./.github/actions/build_and_publish_image
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish_changed_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build & publish image
uses: ./.github/actions/build_and_publish_image
with:
Expand Down

0 comments on commit 23d3367

Please sign in to comment.