From 062890811363f7dca32a37840c2572160854a195 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 16:40:06 +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 78e68ad..4ae6b80 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: $DOCKER_USERNAME - password: $DOCKER_PASSWORD + username: ${{ vars.DOCKER_USERNAME }} + password: ${{ vars.DOCKER_PASSWORD }} - name: Build and push Docker image uses: https://gitea.com/docker/build-push-action@v4