Tailscale.

This commit is contained in:
Nicolas Patry 2024-02-14 10:22:36 +00:00
parent 212e1cbcbe
commit 584c5fa0a0
1 changed files with 4 additions and 4 deletions

View File

@ -93,10 +93,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