Skip to content

Update mrlt8/wyze-bridge Docker tag to v2.5.2 #1240

Update mrlt8/wyze-bridge Docker tag to v2.5.2

Update mrlt8/wyze-bridge Docker tag to v2.5.2 #1240

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/homeassistant-aarch64, gh_klutchell/homeassistant-amd64]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: balena-io/deploy-to-balena-action@e2cda8704affc3f1fd782f833a3855df1a2335c6 # v1.1.8
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true