Update .gitea/workflows/docker.yml
Some checks failed
build-image / docker (push) Failing after 3s

This commit is contained in:
2025-10-30 20:37:08 +00:00
parent 084a249cce
commit 04ad721076

View File

@@ -10,8 +10,8 @@ jobs:
runs-on: [docker, linux, x86_64]
steps:
- name: Checkout
run: |
git clone ${{ gitea.repository.clone_url }} .
run: |
git clone ${{ gitea.repository.clone_url }} .
# uses: actions/checkout@v4
- name: Set up QEMU (optional for multi-arch)