Skip to content

Update tailscale/tailscale Docker tag to v1.62.0 #653

Update tailscale/tailscale Docker tag to v1.62.0

Update tailscale/tailscale Docker tag to v1.62.0 #653

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: balena-io/deploy-to-balena-action@8bf4cc961a3b2372150ab7bc1adc7334e9e7d066 # v2.0.34
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true