still debugging
Build Docker Image / Docker-Build (push) Failing after 52s
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:41:02 +02:00
parent 3f1e2ae75a
commit c546ce0df3
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Login to registry
uses: docker/login-action@v2
with:
registry: registry
registry: http://registry/v2
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASS }}