Files
DataMate/.github/workflows/docker-image-runtime.yml
hhhhsc701 a53f6776b8 feature: 构建双架构镜像 (#101)
feature: 构建双架构镜像
2025-11-24 11:34:53 +08:00

33 lines
829 B
YAML

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