fix: use gitea.actor for username instead of variable
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.viaeon.com
|
||||
username: ${{ vars.GITEA_USERNAME }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
|
||||
Reference in New Issue
Block a user