Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
fab34ee325 try docker build
Some checks failed
CI / build-docker-image (pull_request) Successful in 1m48s
CI / build-and-test (pull_request) Failing after 2m36s
2025-12-29 17:11:05 +01:00

View File

@@ -50,7 +50,7 @@ jobs:
- name: Log in to registry - name: Log in to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea:3000 registry: git.klemp.dev
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}