ci: fix docker registry username parameter
Some checks failed
Docker Build / build (push) Failing after 16s
Some checks failed
Docker Build / build (push) Failing after 16s
This commit is contained in:
parent
e0a48cfe08
commit
609f46349b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.unfilteredrealm.com
|
||||
username: ${{ github.repository_owner }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue