Skip to content

Merge branch 'renovate/ghcr.io-home-assistant-home-assistant-2024.x' … #11

Merge branch 'renovate/ghcr.io-home-assistant-home-assistant-2024.x' …

Merge branch 'renovate/ghcr.io-home-assistant-home-assistant-2024.x' … #11

name: Publish Pipeline
on:
push:
branches:
- 'main' # on push to any branch this pipeline should lint
env:
CHARTS_DIR: "charts"
K8S_VERSION: "1.31.0"
jobs:
lint:
uses: ./.github/workflows/0-lint.yaml
build:
uses: ./.github/workflows/1-build.yaml
needs:
- lint
deploy:
uses: ./.github/workflows/2-deploy.yaml
needs:
- build