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

This commit is contained in:
merlin
2025-10-20 16:14:35 +08:00
parent 87f8c81e76
commit ea7ff930e7

View File

@@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
run: echo "git clone ${GITEA_INSTANCE_URL}/${REGISTRY_URL} . && git checkout ${GITEA_SHA}" run: echo "git clone ${GITEA_INSTANCE_URL}/${REGISTRY_URL} . && git checkout ${GITEA_SHA}"
- name: see ls
run: ls
- name: Build the Docker image - name: Build the Docker image
run: | run: |
echo "Building Docker image..." echo "Building Docker image..."