debugging upload
Build Docker Image / Docker-Build (push) Failing after 49s
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:15:41 +02:00
parent eff2d91dd6
commit c958ba7935
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Check registry
run: apt install -y dnsutils && nslookup ${{ secrets.REGISTRY_PATH }}
run: cat /etc/resolv.conf && apt update && apt install -y dnsutils && nslookup ${{ secrets.REGISTRY_PATH }}
- name: Login to registry
uses: docker/login-action@v2