From 3e2876da2c7597678089ae573952e40f44e19be1 Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Thu, 19 Nov 2020 12:14:30 -0600 Subject: [PATCH] I guess you can't use env vars for username and server. (#11499) --- .buildkite/pipeline.containers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.containers.yml b/.buildkite/pipeline.containers.yml index c33fdae63..4da760101 100644 --- a/.buildkite/pipeline.containers.yml +++ b/.buildkite/pipeline.containers.yml @@ -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