Skip to content

Publish

Publish #1

Workflow file for this run

name: "Publish"
on:
release:
types: [published]
workflow_dispatch:
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix:
arch: ["amd64", "armv7", "aarch64"]
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
uses: home-assistant/builder@master
with:
args: |
--${{ matrix.arch }} \
--target /data/ \
--addon