From aaa0982161d57a5fff03c1378af46db78b1371b3 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 18:57:45 -0500 Subject: [PATCH] Is It Respecting The Config I Am Trying To Set? --- .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 5542e97..ffe0a5f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,9 +18,6 @@ jobs: - 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: nslookup forgejo.merr.is - name: Set up QEMU uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx @@ -29,6 +26,9 @@ jobs: config-inline: | [dns] nameservers = ["10.42.10.1"] + - name: Print Some Debugging Info + shell: /bin/ash -e {0} + run: cat /tmp/docker-actions* - name: Login to docker repo uses: docker/login-action@v3 with: