build: use credentials to login
This commit is contained in:
parent
4179c0c716
commit
6e8d6b6e63
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 git.kemitix.net
|
||||
run: docker login --username kemitix --password ${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