feature/build #1

Open
Tobi wants to merge 43 commits from feature/build into develop
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: