Skip to content

realize that data sets, data cleaning, and knowledge bases are isolated according to the creator, and operators are not isolated. #120

realize that data sets, data cleaning, and knowledge bases are isolated according to the creator, and operators are not isolated.

realize that data sets, data cleaning, and knowledge bases are isolated according to the creator, and operators are not isolated. #120

name: Database Docker Image CI
on:
push:
branches: [ "main" ]
paths:
- 'scripts/db/**'
- 'scripts/images/database/**'
- '.github/workflows/docker-image-database.yml'
- '.github/workflows/docker-images-reusable.yml'
pull_request:
branches: [ "main" ]
paths:
- 'scripts/db/**'
- 'scripts/images/database/**'
- '.github/workflows/docker-image-database.yml'
- '.github/workflows/docker-images-reusable.yml'
workflow_dispatch:
workflow_call:
jobs:
call-docker-build:
name: Build and Push Database Docker Image
uses: ./.github/workflows/docker-images-reusable.yml
permissions:
contents: read
packages: write
with:
service_name: database
build_dir: .