From af54028ae07576896569c65bc05658430374501d Mon Sep 17 00:00:00 2001 From: merlin Date: Wed, 22 Oct 2025 10:56:37 +0800 Subject: [PATCH] fix: ci --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 226380c..f8a687d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,8 +17,7 @@ jobs: - name: see vars env: HARBOR: ${{ vars.HARBOR }} - TAG: ${{ GITEA_SHA }} - run: echo "HARBOR is $HARBOR, TAG is $TAG" + run: echo "HARBOR is $HARBOR, TAG is $GITEA_SHA" # - name: Build and push Docker images # run: | # ROOT_DIR=$(pwd)