This commit is contained in:
xRain 2024-12-25 18:21:00 +08:00
parent 4ad3a5a519
commit df45f8ba9c

View File

@ -26,6 +26,9 @@ runs:
- name: build docker image - name: build docker image
uses: docker://docker:git uses: docker://docker:git
env:
HTTPS_PROXY: http://100.100.13.14:8118
HTTP_PROXY: http://100.100.13.14:8118
with: with:
entrypoint: "/bin/sh" entrypoint: "/bin/sh"
args: | args: |