DNS Is Always the Problem

This commit is contained in:
Annika Merris 2024-02-02 13:48:39 -05:00
parent 757ae0dfda
commit fec2c60ea1

View file

@ -14,15 +14,13 @@ jobs:
runs-on: docker
container:
image: node:21-alpine
dns:
- 10.41.10.1
steps:
- 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: uname -m
- name: Print Some Debugging Info
shell: /bin/ash -e {0}
run: cat /etc/hosts
- name: Set up QEMU (Do I need this?)
uses: https://github.com/docker/setup-qemu-action@v3
- name: Set up Docker Buildx