From d27205fae563958174798dc18dda39c3f1af2c0e Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 14:22:51 +0800 Subject: [PATCH] init-cicd-build --- .gitea/workflows/dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index a8afc29..1253384 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -47,8 +47,8 @@ jobs: uses: https://gitea.com/docker/login-action@v2 with: registry: git.pintantan.com - username: ${{ secrets.GITEA_USERNAME }} - password: ${{ secrets.GITEA_PASSWORD }} + username: tanghuan + password: th123th123 - name: Build and push Docker image uses: https://gitea.com/docker/build-push-action@v4