Update docker workflow
This commit is contained in:
parent
21b0f681be
commit
4c5e82cb9d
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.lclr.dev
|
||||
username: ${{ gitea.actor }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Build and push app
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.lclr.dev
|
||||
username: ${{ gitea.actor }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Build and push database
|
||||
|
|
|
|||
Loading…
Reference in a new issue