mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 04:56:50 -05:00
Sigh
This commit is contained in:
parent
f47e7dc5d0
commit
c3bb99e4c6
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config-inline: |2
|
config-inline: |
|
||||||
[dns]
|
[dns]
|
||||||
nameservers = ["10.42.10.1"]
|
nameservers=["10.42.10.1"]
|
||||||
- name: Print Some Debugging Info
|
- name: Print Some Debugging Info
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: cat /tmp/docker-actions*/*
|
run: cat /tmp/docker-actions*/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue