Skip to content

Commit 63df91e

Browse files
checkout submodules
1 parent 05dcff6 commit 63df91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
26+
with:
27+
submodules: 'true'
2628
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2729
- name: Log in to the Container registry
2830
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1

0 commit comments

Comments
 (0)