I guess you can't use env vars for username and server. (#11499)
This commit is contained in:
parent
1d4685219d
commit
3e2876da2c
1 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@ steps:
|
|||
- command: ./scripts/build_containers.sh
|
||||
plugins:
|
||||
- docker-login#v2.0.1:
|
||||
username: QUAY_LOGIN_USER
|
||||
username: forem+buildkite
|
||||
password-env: QUAY_LOGIN_PASSWORD
|
||||
server: QUAY_LOGIN_SERVER
|
||||
server: quay.io
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue