Skip to content

Update golang:1.26-alpine Docker digest to 3889b42 #671

Update golang:1.26-alpine Docker digest to 3889b42

Update golang:1.26-alpine Docker digest to 3889b42 #671

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: false
matrix:
fleet:
[
gh_klutchell/tailscale-aarch64,
gh_klutchell/tailscale-amd64,
gh_klutchell/tailscale-armv7hf,
]
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
fetch-depth: 1
# https://github.com/balena-io/deploy-to-balena-action
- uses: balena-io/deploy-to-balena-action@3653c472f0bb6a9885110328b28c3a80470b3b63 # v2.3.1
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}