Add debug to workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s

This commit is contained in:
Jay
2026-03-31 15:37:44 +01:00
parent 7fe08a697c
commit 5af1d503d2

View File

@@ -17,7 +17,7 @@ jobs:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
run: |
echo "$REGISTRY_TOKEN" | docker login gitea.umbra.mom \
echo "$REGISTRY_TOKEN" | docker login gitea.umbra.mom:3000 \
-u "$REGISTRY_USER" \
--password-stdin