Merge dev into main: fix workflow checkout
Use self-hosted Gitea clone instead of external checkout action.
This commit was merged in pull request #4.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user