mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -05:00
Trying To Fix DNS To Use My Internal DNS
This commit is contained in:
parent
8c75a363a8
commit
757ae0dfda
1 changed files with 7 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue