build: fix typo
This commit is contained in:
parent
d6ea7a689e
commit
1f659c13ab
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: docker build . -t git.kemitix.net/${{ env.GITHUB_REPOSITORY }}:latest
|
||||
|
||||
- name: Login
|
||||
run: docker login git.kemiti.net --username kemitix --password ${{ env.GITHUB_TOKEN }}
|
||||
run: docker login git.kemitix.net --username kemitix --password ${{ secrets.FORGE_USER_PASSWORD }}
|
||||
|
||||
- name: Publish
|
||||
run: docker push git.kemitix.net/${{ env.GITHUB_REPOSITORY }}:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue