From 1d01cb1782951be49279c73580de1908d48744b9 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 19:17:56 -0500 Subject: [PATCH] I Mean, Why Not? --- .forgejo/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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*/*