feat 构建添加代理
Some checks failed
Build image / build (push) Failing after 13s

This commit is contained in:
timerzz 2024-05-05 22:11:48 +08:00
parent f85e44d69a
commit a5b83e6332

View File

@ -6,6 +6,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
env:
HTTPS_PROXY: "http://192.168.31.55:10809"
- name: build
run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:1.3 -f Dockerfile .
- name: tag