From 383478758bb718baa607ca57684197386ded0f85 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Wed, 21 Feb 2024 15:36:48 +0100 Subject: [PATCH] fix tailscale --- .github/workflows/build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eaf1b0c4..128dca60 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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