Skip to content

Update koenkk/zigbee2mqtt Docker tag to v2 #2455

Update koenkk/zigbee2mqtt Docker tag to v2

Update koenkk/zigbee2mqtt Docker tag to v2 #2455

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/homeassistant-aarch64, gh_klutchell/homeassistant-amd64]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: balena-io/deploy-to-balena-action@9c9d61c6b9ecb89b32557299f0c5534c18c97d14 # v2.0.85
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}