Merge dev into main: fix workflow checkout
Build production Docker image / build-backend-image (push) Failing after 51s
Build production Docker image / deploy-production (push) Has been skipped

Use self-hosted Gitea clone instead of external checkout action.
This commit was merged in pull request #4.
This commit is contained in:
qzl
2026-04-30 11:17:15 +08:00
+3 -1
View File
@@ -14,7 +14,9 @@ jobs:
IMAGE_SIZE_LIMIT_BYTES: 500000000
steps:
- name: Check out repository
uses: actions/checkout@v4
run: |
set -euo pipefail
git clone --depth 1 --branch "${GITHUB_REF_NAME:-main}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
- name: Validate ECR configuration
run: |