mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 12:08:46 -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
|
||||
shell: /bin/ash -e {0}
|
||||
run: apk add --update docker git
|
||||
# - name: Print Some Debugging Info
|
||||
# shell: /bin/ash -e {0}
|
||||
# run: cat /etc/hosts
|
||||
- name: Print Some Debugging Info
|
||||
shell: /bin/ash -e {0}
|
||||
run: cat /etc/resolv.conf
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- name: Login to docker repo
|
||||
|
|
@ -34,8 +34,6 @@ jobs:
|
|||
- name: Build and push the image
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
add-hosts: |
|
||||
forgejo.merr.is:10.42.10.53
|
||||
context: .
|
||||
push: true
|
||||
tags: forgejo.merr.is/${{ github.repository }}:0.1.${{ github.run_number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue