Skip to content

ci: Add build and release #33

ci: Add build and release

ci: Add build and release #33

Workflow file for this run

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

Check failure on line 18 in .github/workflows/container-image.yml

View workflow run for this annotation

GitHub Actions / Build and push container

Invalid workflow file

The workflow is not valid. In .github/workflows/container-image.yml (Line: 18, Col: 11): Error from called workflow bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev (Line: 94, Col: 17): Unrecognized named-value: 'repository'. Located at position 1 within expression: repository

Check failure on line 18 in .github/workflows/container-image.yml

View workflow run for this annotation

GitHub Actions / Build and push container

Invalid workflow file

The workflow is not valid. In .github/workflows/container-image.yml (Line: 18, Col: 11): Error from called workflow bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev (Line: 94, Col: 17): Unrecognized named-value: 'image_repository'. Located at position 1 within expression: image_repository

Check failure on line 18 in .github/workflows/container-image.yml

View workflow run for this annotation

GitHub Actions / Build and push container

Invalid workflow file

The workflow is not valid. In .github/workflows/container-image.yml (Line: 18, Col: 11): Error from called workflow bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev (Line: 86, Col: 11): The identifier 'get-registry' may not be used more than once within the same scope.
with:
image_name: 'esphome-build'
image_repository: 'ghcr.io/bbusse'
container_registry: 'ghcr'
container_push_to_registry: true