Skip to content

Bump org.jongo:jongo from 1.1 to 1.5.1 in /backend #316

Bump org.jongo:jongo from 1.1 to 1.5.1 in /backend

Bump org.jongo:jongo from 1.1 to 1.5.1 in /backend #316

Workflow file for this run

name: CI DB (MongoDB/Docker)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
working-directory: database/
run: docker build .