still debugging
Build Docker Image / Docker-Build (push) Failing after 2m1s
Build Docker Image / Clean-Registry (push) Has been cancelled

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-28 11:35:40 +02:00
parent b9d3c0e0f4
commit 3f1e2ae75a
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Login to registry
uses: docker/login-action@v2
with:
registry: ${{ secrets.REGISTRY_PATH }}
registry: registry
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}