Skip to content

Commit

Permalink
Breeze: Fix issue with pulling an image via ID (#11255)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3db2e7c)
  • Loading branch information
kaxil authored and potiuk committed Oct 3, 2020
1 parent 6426e92 commit 2474f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/libraries/_build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2474f74

Please sign in to comment.