fix tailscale

This commit is contained in:
Guillaume LEGENDRE 2024-02-21 15:36:48 +01:00 committed by GitHub
parent ab60d15962
commit 383478758b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,8 @@ jobs:
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966 uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
with: with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }} 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 - name: Login to GitHub Container Registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v2 uses: docker/login-action@v2
@ -169,6 +171,8 @@ jobs:
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966 uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
with: with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }} 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 - name: Prepare disks
run: | run: |
sudo mkfs -t ext4 /dev/nvme1n1 sudo mkfs -t ext4 /dev/nvme1n1
@ -212,6 +216,8 @@ jobs:
uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966 uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966
with: with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }} 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 - name: Login to GitHub Container Registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v2 uses: docker/login-action@v2