Skip to content

fix: node 22 compat + bump to 3.1.8 #95

fix: node 22 compat + bump to 3.1.8

fix: node 22 compat + bump to 3.1.8 #95

Workflow file for this run

name: Build and push bento_event_relay
on:
release:
types: [ published ]
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Bento build action
uses: bento-platform/bento_build_action@v1.0.0
with:
registry: ghcr.io
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
image-name: ghcr.io/bento-platform/bento_event_relay
development-dockerfile: dev.Dockerfile
production-dockerfile: Dockerfile