From ff33f74d693aad21bc2241d94f89f4e3d81f7139 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 16:26:39 +0800 Subject: [PATCH] init --- .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 aa4321c..78e68ad 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -40,8 +40,8 @@ jobs: uses: https://gitea.com/docker/login-action@v2 with: registry: git.pintantan.com - username: ${{ gitea.actor }} - password: ${{ gitea.token }} + username: $DOCKER_USERNAME + password: $DOCKER_PASSWORD - name: Build and push Docker image uses: https://gitea.com/docker/build-push-action@v4