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

This commit is contained in:
merlin
2025-10-22 10:45:34 +08:00
parent 2e8a7ea435
commit c93337d8c3

View File

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