Skip to content

Publish Hass Remote CN #9

Publish Hass Remote CN

Publish Hass Remote CN #9

name: "Publish Hass Remote CN"
on:
push:
branches:
- main
paths:
- 'addons/hass_remote_cn/**'
workflow_dispatch:
jobs:
publish:
name: Build and publish Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: 5high
password: ${{ secrets.PACKAGE_TOKEN }}
- uses: home-assistant/builder@master
with:
args: |
--all \
--target addons/hass_remote_cn \
--docker-hub ghcr.io/5high