make sure the workflow also clones submodules
Some checks failed
Build and publish the docker image / build (push) Failing after 53s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-21 10:26:03 +03:00
parent 58e9b94868
commit ad7a8bb439
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -21,6 +21,7 @@ jobs:
registry: ${{env.REGISTRY}}
username: ${{gitea.actor}}
password: ${{secrets.PACKAGES_TOKEN}}
submodules: true
- name: Build image
run: |