feature/build #1

Merged
Tobi merged 47 commits from feature/build into develop 2026-01-01 18:55:06 +01:00
Showing only changes of commit 4b4b8826e6 - Show all commits

View File

@@ -47,8 +47,8 @@ jobs:
- name: Login to Docker registry
uses: docker/login-action@v3
with:
registry: http://gitea:3000
username: ${{ vars.REGISTRY_USERNAME }}
registry: gitea:3000
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
# type-check: