.gitea/workflows/docker.yaml aktualisiert
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Debug DNS + TLS from runner
|
- name: Debug DNS + TLS from runner
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y dnsutils openssl
|
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
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
set -x
|
set -x
|
||||||
echo | openssl s_client -connect docker.srsoftware.de:443 -servername docker.srsoftware.de 2>/dev/null \
|
echo | openssl s_client -connect docker.srsoftware.de:443 -servername docker.srsoftware.de 2>/dev/null \
|
||||||
| openssl x509 -noout -subject -issuer -ext subjectAltName
|
| openssl x509 -noout -subject -issuer -ext subjectAltName
|
||||||
|
|
||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user