diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57e957d..abf791b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,10 +33,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up QEMU - run: | - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - - name: Build image for testing uses: docker/build-push-action@v4 with: @@ -119,11 +115,6 @@ jobs: flavor: '' - version: 'alpine' flavor: '' - services: - registry: - image: registry:2 - ports: - - 5000:5000 steps: - name: Checkout uses: actions/checkout@v3