Skip to content

Commit

Permalink
ci: Add build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Feb 11, 2025
1 parent a3d1c19 commit f1a5b22
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and push container

on:
push:
paths-ignore:
- '**.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**.md'
branches:
- '**'
workflow_dispatch:

jobs:
container-build-push:
uses: bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev
with:
image_name: 'esphome-build'
image_repository: 'ghcr.io/bbusse'
container_registry: 'ghcr'
container_push_to_registry: true

0 comments on commit f1a5b22

Please sign in to comment.