fix checkout in arm64 workflow
Some checks failed
Docker Build / Build arm64 (push) Failing after 0s
Docker Build / Build amd64 (push) Successful in 8s

This commit is contained in:
2026-02-04 17:48:56 +01:00
parent 77210171aa
commit c5d263684a

View File

@@ -49,7 +49,12 @@ jobs:
steps:
- 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
run: |