build: use correct env var for auth
This commit is contained in:
parent
1f659c13ab
commit
1a89052244
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
|
run: docker build . -t git.kemitix.net/${{ env.GITHUB_REPOSITORY }}:latest
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
run: docker login git.kemitix.net --username kemitix --password ${{ secrets.FORGE_USER_PASSWORD }}
|
run: docker login git.kemitix.net --username kemitix --password ${{ secrets.FORGEJO_TOKEN_WRITE_PACKAGE }}
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: docker push git.kemitix.net/${{ env.GITHUB_REPOSITORY }}:latest
|
run: docker push git.kemitix.net/${{ env.GITHUB_REPOSITORY }}:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue