Skip to content

feat(auto-annotation): integrate YOLO auto-labeling and enhance data management #243

feat(auto-annotation): integrate YOLO auto-labeling and enhance data management

feat(auto-annotation): integrate YOLO auto-labeling and enhance data management #243

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