I guess you can't use env vars for username and server. (#11499)

This commit is contained in:
Joe Doss 2020-11-19 12:14:30 -06:00 committed by GitHub
parent 1d4685219d
commit 3e2876da2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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