mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 06:24:45 -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
|
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: uname -m
|
||||||
- name: Check out the repo
|
|
||||||
uses: https://github.com/actions/checkout@v4
|
|
||||||
- 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
|
||||||
|
|
@ -33,6 +33,8 @@ jobs:
|
||||||
registry: "forgejo.merr.is"
|
registry: "forgejo.merr.is"
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.actions_token }}
|
password: ${{ secrets.actions_token }}
|
||||||
|
- name: Check out the repo
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
- name: Build and push the image
|
- name: Build and push the image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue