Skip to content

fix: build poller image with protos and the private gRPC crate #29

fix: build poller image with protos and the private gRPC crate

fix: build poller image with protos and the private gRPC crate #29

Workflow file for this run

name: build-and-push
on:
push:
branches: [main]
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- "LICENSE"
- "docs/**"
- "tests/**"
- ".github/dependabot.yml"
- ".github/workflows/code-quality.yml"
- ".github/workflows/discord-commit-notify.yml"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
build:
uses: LeavePulse/service-toolkit/.github/workflows/reusable-build-ghcr.yml@main
secrets: inherit