.gitea/workflows/docker-builder.yml aktualisiert
Some checks failed
Docker Build / Build arm64 (push) Failing after 2s
Docker Build / Build amd64 (push) Successful in 8s

fix arm64 workflow
This commit is contained in:
2026-02-04 16:52:52 +00:00
parent c5d263684a
commit 5a87a6ee1b

View File

@@ -49,12 +49,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone "${GITEA_REPOSITORY_URL}" .
git checkout "${GITEA_REF_NAME}"
# - name: Checkout repository
# uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set image tag from branch
run: |