新增容器构建工作流
Some checks failed
checks / check and test (push) Has been cancelled
release-nightly / release-image (push) Successful in 2m47s

This commit is contained in:
远野千束 2025-04-13 21:37:15 +08:00
parent 130d2c7499
commit 9ec4d77f3c

View File

@ -26,6 +26,7 @@ jobs:
- name: Login to Liteyuki Harbor
uses: docker/login-action@v3
with:
registry: reg.liteyuki.icu
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}