Skip to content

build(deps): bump mongoose from 8.1.1 to 8.6.0 (#1120) #431

build(deps): bump mongoose from 8.1.1 to 8.6.0 (#1120)

build(deps): bump mongoose from 8.1.1 to 8.6.0 (#1120) #431

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "modules/database/**"
- "libraries/grpc-sdk/**"
- "libraries/module-tools/**"
env:
REGISTRY: ghcr.io
jobs:
deploy:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
name: Build database
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build conduit database
run: |
DEV=TRUE make modules/database