Skip to content

Commit f49c0bf

Browse files
Merge pull request #16 from gedankenstuecke/main
Fix GH docker reg version of image
2 parents 05dcff6 + 63df91e commit f49c0bf

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)