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 - name: Login to Docker registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: http://gitea:3000 registry: gitea:3000
username: ${{ vars.REGISTRY_USERNAME }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
# type-check: # type-check: