diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index c4a5833..5be71eb 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,14 +18,14 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - - name: Set up QEMU - uses: https://github.com/docker/setup-qemu-action@v3 + # - name: Set up QEMU + # uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 with: config-inline: | [dns] - nameservers=["1.1.1.1","8.8.8.8"] + nameservers=["1.1.1.1","8.8.8.8"] - name: Print Some Debugging Info shell: /bin/ash -e {0} run: cat /tmp/docker-actions*/*