Skip to content

Commit 7a5966e

Browse files
committed
ci: document proxy environment handling
1 parent faabe15 commit 7a5966e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_image_common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
name: Build ${{ inputs.platform }} ${{ inputs.task }} image
8585
needs: prepare
8686
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.
8789
env:
8890
HTTP_PROXY: ${{ vars.HTTP_PROXY }}
8991
HTTPS_PROXY: ${{ vars.HTTPS_PROXY }}

0 commit comments

Comments
 (0)