Skip to content

Update tailscale/tailscale Docker tag to v1.80.0 #799

Update tailscale/tailscale Docker tag to v1.80.0

Update tailscale/tailscale Docker tag to v1.80.0 #799

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@3cb4217ab3347a885b4fcdc44d5f3a4153145633 # v2.0.92
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true