mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 09:32:26 -05:00
DNS Is Always the Problem
This commit is contained in:
parent
757ae0dfda
commit
fec2c60ea1
1 changed files with 3 additions and 5 deletions
|
|
@ -14,15 +14,13 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:21-alpine
|
image: node:21-alpine
|
||||||
dns:
|
|
||||||
- 10.41.10.1
|
|
||||||
steps:
|
steps:
|
||||||
- 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
|
- name: Print Some Debugging Info
|
||||||
# shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
# run: uname -m
|
run: cat /etc/hosts
|
||||||
- name: Set up QEMU (Do I need this?)
|
- name: Set up QEMU (Do I need this?)
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue