From dc0da9e1cfd3ee6020af2dd3e5c2af1dec3a6e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Thu, 11 Feb 2021 12:05:53 +0100 Subject: [PATCH] Fix default username when pushing container images to Quay.io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- scripts/travis/upload-to-registry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/upload-to-registry.sh b/scripts/travis/upload-to-registry.sh index 5c1d8226ea6..aee909d3847 100755 --- a/scripts/travis/upload-to-registry.sh +++ b/scripts/travis/upload-to-registry.sh @@ -4,7 +4,7 @@ set -euxf -o pipefail DOCKERHUB_USERNAME=${DOCKERHUB_USERNAME:-"jaegertracingbot"} DOCKERHUB_TOKEN=${DOCKERHUB_TOKEN:-} -QUAY_USERNAME=${QUAY_USERNAME:-"jaegertracingbot+github_workflows"} +QUAY_USERNAME=${QUAY_USERNAME:-"jaegertracing+github_workflows"} QUAY_TOKEN=${QUAY_TOKEN:-} usage() {