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