更新 .gitea/workflows/debian.yaml
This commit is contained in:
@@ -11,6 +11,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up buildx
|
- name: Set up buildx
|
||||||
uses: https://gitea.starryskymeow.cn/mirrors/docker-setup-buildx-action@v4
|
uses: https://gitea.starryskymeow.cn/mirrors/docker-setup-buildx-action@v4
|
||||||
|
with:
|
||||||
|
driver: docker-container
|
||||||
|
driver-opts: |
|
||||||
|
env.HTTP_PROXY=socks5h://${{ secrets.PROXY }}
|
||||||
|
env.HTTPS_PROXY=socks5h://${{ secrets.PROXY }}
|
||||||
|
env.NO_PROXY=localhost,127.0.0.1,::1,10.0.0.0/8
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: https://gitea.starryskymeow.cn/mirrors/docker-login-action@v4
|
uses: https://gitea.starryskymeow.cn/mirrors/docker-login-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user