From fb2732508a165b19e0d04c4e58b96d4b8b6b37bd Mon Sep 17 00:00:00 2001 From: siujamo Date: Fri, 5 Jun 2026 09:30:28 +0800 Subject: [PATCH] ci: fix build error --- .gitea/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index a2de098..b63a7c3 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -50,8 +50,8 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ vars.DOCKER_HUB_TOKEN }} + username: ${{ vars.DOCKER_HUB_USERNAME }} + password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Generate image tags id: meta