Skip to content

fix: try to fix object bundle_id drop migration #401

fix: try to fix object bundle_id drop migration

fix: try to fix object bundle_id drop migration #401

Workflow file for this run

name: Build and push bento_drs
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@v4
- 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_drs
development-dockerfile: dev.Dockerfile
dockerfile: Dockerfile