Add Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 20s

This commit is contained in:
Jay
2026-03-31 10:48:12 +01:00
parent 140ca2d2e5
commit 196721ba8f

View File

@@ -15,7 +15,7 @@ jobs:
- name: Login to Gitea Registry
run: |
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.umbra.mom \
-u "${{ secrets.REGISTRY_USER }}" --password-stdin
-u "${{ variables.REGISTRY_USER }}" --password-stdin
- name: Build image
run: |