mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 09:58:53 -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
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker git
|
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
|
- name: Set up QEMU
|
||||||
uses: https://github.com/docker/setup-qemu-action@v3
|
uses: https://github.com/docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|
@ -29,6 +26,9 @@ jobs:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[dns]
|
[dns]
|
||||||
nameservers = ["10.42.10.1"]
|
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
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue