mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 09:58:53 -05:00
More DNS Troubleshooting
This commit is contained in:
parent
f46c252325
commit
b63a059f84
1 changed files with 3 additions and 5 deletions
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
- 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: cat /etc/hosts
|
run: cat /etc/resolv.conf
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
|
|
@ -34,8 +34,6 @@ jobs:
|
||||||
- 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:
|
||||||
add-hosts: |
|
|
||||||
forgejo.merr.is:10.42.10.53
|
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }}
|
tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue