fix submodules option and remove privacy page
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s
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:
@ -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: |
|
||||
|
Reference in New Issue
Block a user