You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/10/03 19:48:27 UTC

[airflow] 14/14: Breeze: Fix issue with pulling an image via ID (#11255)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 2474f74dd0dbca195587e2ac3e8fc7b342b6872f
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Oct 3 12:56:19 2020 +0100

    Breeze: Fix issue with pulling an image via ID (#11255)
    
    
    (cherry picked from commit 3db2e7cbfbf5456b10fe10b0dded3976e78a7f67)
---
 scripts/ci/libraries/_build_images.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/libraries/_build_images.sh b/scripts/ci/libraries/_build_images.sh
index bd5b03a..9f391e0 100644
--- a/scripts/ci/libraries/_build_images.sh
+++ b/scripts/ci/libraries/_build_images.sh
@@ -352,7 +352,7 @@ function build_images::prepare_ci_build() {
     if [[ ${USE_GITHUB_REGISTRY} == "true" ]]; then
         if [[ -n ${GITHUB_TOKEN=} ]]; then
             echo "${GITHUB_TOKEN}" | docker login \
-                --username "${GITHUB_USERNAME}" \
+                --username "${GITHUB_USERNAME:-apache}" \
                 --password-stdin \
                 "${GITHUB_REGISTRY}"
         fi