Skip to content

Update tailscale/tailscale Docker tag to v1.64.2 #356

Update tailscale/tailscale Docker tag to v1.64.2

Update tailscale/tailscale Docker tag to v1.64.2 #356

Workflow file for this run

name: balena
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
fleet:
[
klutchell_blocks/tailscale-aarch64,
klutchell_blocks/tailscale-amd64,
klutchell_blocks/tailscale-armv7hf,
]
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: balena-io/deploy-to-balena-action@b74377e96eb7337180f5598a73d791c8e4539719 # v2.0.61
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true