fix: ci
Some checks failed
Docker Image CI / build (push) Failing after 0s

This commit is contained in:
merlin
2025-10-20 16:05:03 +08:00
parent c481edf331
commit 4022693992

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: controller runs-on: controller
steps: steps:
- name: Checkout code - name: Checkout code
run: git clone ${GITEA_SERVER_URL}/${GITEA_REPOSITORY} . && git checkout ${GITEA_SHA} run: git clone ${GITEA_SERVER_URL}/${REGISTRY_URL} . && git checkout ${GITEA_SHA}
- name: Build the Docker image - name: Build the Docker image
run: | run: |
echo "Building Docker image..." echo "Building Docker image..."