mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
Use STDIN to allow login without TTY
This commit is contained in:
parent
0d0641d62d
commit
a5e82af61d
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ steps:
|
|||
from_secret: QUAY_PASSWORD
|
||||
commands:
|
||||
- npm i
|
||||
- docker login -u $QUAY_USERNAME -p $QUAY_PASSWORD
|
||||
- docker login --username $QUAY_USERNAME --password-stdin $QUAY_PASSWORD
|
Loading…
Reference in a new issue