Skip to content

chore(deps): update docker.io/tailscale/tailscale docker tag to v1.78… #107

chore(deps): update docker.io/tailscale/tailscale docker tag to v1.78…

chore(deps): update docker.io/tailscale/tailscale docker tag to v1.78… #107

Workflow file for this run

---
name: Deploy tailscale
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/tailscale/**
- .github/workflows/tailscale.yaml
pull_request:
paths:
- roles/tailscale/**
- .github/workflows/tailscale.yaml
jobs:
tailscale:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
ansible-playbook main.yaml --limit localhost --tags tailscale
docker ps --filter name=tailscale | grep --quiet tailscale