Remove QEMU setup from Docker build workflow
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 13s

The QEMU setup step was redundant and has been removed to simplify the workflow. This change reduces unnecessary actions without impacting the Docker build process.
This commit is contained in:
2025-02-27 16:26:31 +01:00
parent bce7a41d78
commit 1af4f1c07d

View File

@@ -17,9 +17,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Login to Gitea Registry
uses: docker/login-action@v3
with: