From 9ec4d77f3c07e426ae858e8528c53ce5909fb903 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sun, 13 Apr 2025 21:37:15 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=96=B0=E5=A2=9E=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release-nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index 204816c..61da447 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -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 }}