mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
Use STDIN to allow login without TTY
This commit is contained in:
parent
0d0641d62d
commit
a5e82af61d
@ -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 New Issue
Block a user