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: