debugging upload
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:04:54 +02:00
parent 6dd4d61c30
commit eff2d91dd6
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Check registry
run: nslookup ${{ secrets.REGISTRY_PATH }}
run: apt install -y dnsutils && nslookup ${{ secrets.REGISTRY_PATH }}
- name: Login to registry
uses: docker/login-action@v2