CI: use gitea.actor as registry login username
Gitea authenticates registry pushes by token alone; a single REGISTRY_TOKEN secret suffices.
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.rambossek.at
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- uses: docker/build-push-action@v6
|
||||
|
||||
Reference in New Issue
Block a user