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

This commit is contained in:
merlin
2025-10-22 10:59:05 +08:00
parent 50a5f1d214
commit f439c59bf8

View File

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