Skip to content

Update ghcr.io/esphome/esphome Docker tag to v2023.10.1 #1150

Update ghcr.io/esphome/esphome Docker tag to v2023.10.1

Update ghcr.io/esphome/esphome Docker tag to v2023.10.1 #1150

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@4495424a8247c08911413a57afbbc62815a39e56 # v1.0.3
with:
balena_token: ${{ secrets.BALENA_API_KEY }}
fleet: ${{ matrix.fleet }}
create_tag: true