Skip to content

chore(deps): update base image, gunicorn, dependencies #97

chore(deps): update base image, gunicorn, dependencies

chore(deps): update base image, gunicorn, dependencies #97

Workflow file for this run

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