Skip to content

Update tailscale/tailscale Docker tag to v1.76.6 #784

Update tailscale/tailscale Docker tag to v1.76.6

Update tailscale/tailscale Docker tag to v1.76.6 #784

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-24.04
strategy:
fail-fast: true
matrix:
fleet: [gh_klutchell/pi-hole, klutchell_apps/pi-hole]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: balena-io/deploy-to-balena-action@c79091e4624249a82b1afc2ce6776d33416beefa # v2.0.80
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true