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

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-26 00:43:51 +02:00
parent 222907fbb0
commit 21d8c6ec71
-6
View File
@@ -13,12 +13,6 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4
- name: configure registry IP
run: echo "185.243.8.189 docker.srsoftware.de" >> /etc/hosts && cat /etc/hosts
- name: test registry IP
run: apt update && apt install -y iputils-ping && ping -4 -c 4 docker.srsoftware.de
- name: Login to registry
uses: docker/login-action@v2
with: