fix submodules option and remove privacy page
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 10:29:06 +03:00
parent ad7a8bb439
commit fd255fdeb9
3 changed files with 2 additions and 40 deletions

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: "https://github.com/actions/checkout@v4"
with:
submodules: true
- name: Login to container repo
uses: "https://github.com/docker/login-action@v1"
@ -21,7 +23,6 @@ jobs:
registry: ${{env.REGISTRY}}
username: ${{gitea.actor}}
password: ${{secrets.PACKAGES_TOKEN}}
submodules: true
- name: Build image
run: |