Trying To Fix DNS To Use My Internal DNS

This commit is contained in:
Annika Merris 2024-02-02 13:27:08 -05:00
parent 8c75a363a8
commit 757ae0dfda

View file

@ -14,15 +14,15 @@ 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: Check out the repo
uses: https://github.com/actions/checkout@v4
# - name: Print Some Debugging Info
# shell: /bin/ash -e {0}
# run: uname -m
- name: Set up QEMU (Do I need this?)
uses: https://github.com/docker/setup-qemu-action@v3
- name: Set up Docker Buildx
@ -33,6 +33,8 @@ jobs:
registry: "forgejo.merr.is"
username: ${{ github.actor }}
password: ${{ secrets.actions_token }}
- name: Check out the repo
uses: https://github.com/actions/checkout@v4
- name: Build and push the image
uses: https://github.com/docker/build-push-action@v5
with: