There was an error while loading. Please reload this page.
1 parent faabe15 commit 7a5966eCopy full SHA for 7a5966e
1 file changed
.github/workflows/build_image_common.yml
@@ -84,6 +84,8 @@ jobs:
84
name: Build ${{ inputs.platform }} ${{ inputs.task }} image
85
needs: prepare
86
runs-on: ${{ fromJSON(needs.prepare.outputs.runs_on) }}
87
+ # GitHub treats environment keys case-insensitively; uppercase proxy names
88
+ # are also honored by Docker and pip, so do not duplicate lowercase forms.
89
env:
90
HTTP_PROXY: ${{ vars.HTTP_PROXY }}
91
HTTPS_PROXY: ${{ vars.HTTPS_PROXY }}
0 commit comments