feat(docker): remove qemu from the second build and push job in the docker build workflow

This commit is contained in:
Amin Faez
2025-02-25 16:45:19 +01:00
parent 45a7c17cdd
commit 69538622b4
-2
View File
@@ -182,8 +182,6 @@ jobs:
org.opencontainers.image.source=https://github.com/rosenpass/rosenpass
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push