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 3fdeb3e commit 0b4577b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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_platforms: 'linux/amd64'
image_repository: 'ghcr.io/bbusse'
container_registry: 'ghcr'
container_push_to_registry: true

0 comments on commit 0b4577b

Please sign in to comment.