@@ -13,10 +13,10 @@ jobs:
|
|||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Debug DNS+TLS from runner
|
- name: Debug DNS + TLS from runner
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y dnsutils
|
apt install -y dnsutils openssl
|
||||||
set -x
|
set -x
|
||||||
getent hosts docker.srsoftware.de || true
|
getent hosts docker.srsoftware.de || true
|
||||||
dig +short docker.srsoftware.de || true
|
dig +short docker.srsoftware.de || true
|
||||||
|
|||||||
Reference in New Issue
Block a user