fix checkout in arm64 workflow
This commit is contained in:
@@ -49,7 +49,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone "${GITEA_REPOSITORY_URL}" .
|
||||||
|
git checkout "${GITEA_REF_NAME}"
|
||||||
|
|
||||||
|
# - name: Checkout repository
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set image tag from branch
|
- name: Set image tag from branch
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user