From fec2c60ea1109d0918b0a46ea4abcd1141fd3a2f Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 13:48:39 -0500 Subject: [PATCH] DNS Is Always the Problem --- .forgejo/workflows/demo.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index bae468a..ebdf0af 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,15 +14,13 @@ jobs: runs-on: docker container: image: node:21-alpine - dns: - - 10.41.10.1 steps: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - # - name: Print Some Debugging Info - # shell: /bin/ash -e {0} - # run: uname -m + - name: Print Some Debugging Info + shell: /bin/ash -e {0} + run: cat /etc/hosts - name: Set up QEMU (Do I need this?) uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx