debugging docker registry login
Build Docker Image / Docker-Build (push) Failing after 13s
Build Docker Image / Clean-Registry (push) Failing after 6s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-26 00:31:29 +02:00
parent f4540736cb
commit 124f7358c9
+3
View File
@@ -16,6 +16,9 @@ jobs:
- name: configure registry IP
run: echo "185.243.8.189 docker.srsoftware.de" >> /etc/hosts && cat /etc/hosts
- name: test registry IP
run: ping -4 -c 4 docker.srsoftware.de
- name: Login to registry
uses: docker/login-action@v2
with: