Skip to content

Update tailscale/tailscale Docker tag to v1.70.0 #733

Update tailscale/tailscale Docker tag to v1.70.0

Update tailscale/tailscale Docker tag to v1.70.0 #733

Workflow file for this run

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