build: get password from secrets
This commit is contained in:
parent
6e8d6b6e63
commit
362a4cd064
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: docker build . -t git.kemitix.net/kemitix/rust:latest
|
||||
|
||||
- name: Login
|
||||
run: docker login --username kemitix --password ${FORGE_USER_PASSWORD} git.kemitix.net
|
||||
run: docker login --username kemitix --password ${{ secrets.FORGE_USER_PASSWORD }} git.kemitix.net
|
||||
|
||||
- name: Publish
|
||||
run: docker push git.kemitix.net/kemitix/rust:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue