添加代码检出步骤以确保工作区有效
Server CI/CD / docker-image (push) Failing after 1m31s
Server CI/CD / deploy-fallback-log (push) Successful in 1s

This commit is contained in:
2026-06-10 15:44:41 +08:00
parent 2a823b2616
commit 5fd82b8e7c
+5
View File
@@ -18,6 +18,11 @@ jobs:
shell: bash shell: bash
steps: steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Normalize image metadata - name: Normalize image metadata
env: env:
RAW_REGISTRY_HOST: ${{ vars.REGISTRY_HOST }} RAW_REGISTRY_HOST: ${{ vars.REGISTRY_HOST }}