Skip to content

feat(webhooks): process inbound webhooks async via worker pool #158

feat(webhooks): process inbound webhooks async via worker pool

feat(webhooks): process inbound webhooks async via worker pool #158

Workflow file for this run

name: conductor docker build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
concurrency:
group: docker-image-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- name: Build the Docker image
run: docker build . --file Dockerfile --tag conductor:$(date +%s)