mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -05:00
Is It Respecting The Config I Am Trying To Set?
This commit is contained in:
parent
0b8c55b89c
commit
aaa0982161
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue