Remove QEMU setup from Docker build workflow
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 13s
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user