debugging docker registry login
Build Docker Image / Docker-Build (push) Failing after 14s
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:28:12 +02:00
parent b9d3c0e0f4
commit f4540736cb
+3
View File
@@ -13,6 +13,9 @@ jobs:
- name: Clone Repository - name: Clone Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: configure registry IP
run: echo "185.243.8.189 docker.srsoftware.de" >> /etc/hosts && cat /etc/hosts
- name: Login to registry - name: Login to registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: