diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 4050a21..baf8b8d 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -33,21 +33,18 @@ jobs: registry: ${{ steps.repository.outputs.registry }} username: "${{ secrets.PACKAGES_USER }}" password: "${{ secrets.PACKAGES_TOKEN }}" - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - with: - buildkitd-flags: '--allow-insecure-entitlement network.host' - driver-opts: network=host + #- + # name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 + # with: + # buildkitd-flags: '--allow-insecure-entitlement network.host' + # driver-opts: network=host - name: Build and push uses: docker/build-push-action@v6 with: push: true - allow: network.host - network: host - platforms: linux/amd64,linux/arm64 + #allow: network.host + #network: host + #platforms: linux/amd64 tags: ${{ steps.docker.outputs.tags }}