mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
feat(docker): remove qemu from the second build and push job in the docker build workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user