Is It Respecting The Config I Am Trying To Set?

This commit is contained in:
Annika Merris 2024-02-02 18:57:45 -05:00
parent 0b8c55b89c
commit aaa0982161

View file

@ -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: