still debugging
Build Docker Image / Docker-Build (push) Failing after 14s
Build Docker Image / Clean-Registry (push) Failing after 1m47s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-28 11:46:31 +02:00
parent 8bb93550af
commit 2219f347d9
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Login to registry (manual)
run: |
docker logout srsoftware.de 2>/dev/null || true
echo "${{ secrets.REGISTRY_PASS }}" | docker login registry -u "${{ secrets.REGISTRY_USER }}" --password-stdin
echo "${{ secrets.REGISTRY_PASS }}" | docker login http://172.21.0.2/v2 -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: Login to registry
uses: docker/login-action@v2