fix: ci
All checks were successful
Docker Image CI / build (push) Successful in 2s

This commit is contained in:
merlin
2025-10-22 10:57:17 +08:00
parent af54028ae0
commit 50a5f1d214

View File

@@ -17,7 +17,7 @@ jobs:
- name: see vars - name: see vars
env: env:
HARBOR: ${{ vars.HARBOR }} HARBOR: ${{ vars.HARBOR }}
run: echo "HARBOR is $HARBOR, TAG is $GITEA_SHA" run: echo "HARBOR is $HARBOR, TAG is $GITHUB_SHA"
# - name: Build and push Docker images # - name: Build and push Docker images
# run: | # run: |
# ROOT_DIR=$(pwd) # ROOT_DIR=$(pwd)