More DNS Troubleshooting

This commit is contained in:
Annika Merris 2024-02-02 18:08:48 -05:00
parent f46c252325
commit b63a059f84

View file

@ -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 }}