From c54b5c7f043e26de575d299fc30b2747192b2415 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 13 Feb 2024 17:51:12 +0100 Subject: [PATCH] Remove tailscale. --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 447ff0bd..f70c1fb0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,10 +79,10 @@ jobs: install: true - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4.4.1 - - name: Tailscale - uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966 - with: - authkey: ${{ secrets.TAILSCALE_AUTHKEY }} + # - name: Tailscale + # uses: tailscale/github-action@7bd8039bf25c23c4ab1b8d6e2cc2da2280601966 + # with: + # authkey: ${{ secrets.TAILSCALE_AUTHKEY }} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' uses: docker/login-action@v2