mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-02 15:32:13 +00:00
fix tailscale
This commit is contained in:
parent
ab60d15962
commit
383478758b
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -84,6 +84,8 @@ jobs:
|
||||
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
tailscaled-args: "--tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055"
|
||||
version: ${{ vars.TAILSCALE_CLIENT_VERSION }}
|
||||
- name: Login to GitHub Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
@ -169,6 +171,8 @@ jobs:
|
||||
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
tailscaled-args: "--tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055"
|
||||
version: ${{ vars.TAILSCALE_CLIENT_VERSION }}
|
||||
- name: Prepare disks
|
||||
run: |
|
||||
sudo mkfs -t ext4 /dev/nvme1n1
|
||||
@ -212,6 +216,8 @@ jobs:
|
||||
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
tailscaled-args: "--tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055"
|
||||
version: ${{ vars.TAILSCALE_CLIENT_VERSION }}
|
||||
- name: Login to GitHub Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user