still debugging
Build Docker Image / Docker-Build (push) Failing after 27s
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:44:35 +02:00
parent c546ce0df3
commit 8bb93550af
+5
View File
@@ -13,6 +13,11 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4
- 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
- name: Login to registry
uses: docker/login-action@v2
with: