new workflows name

This commit is contained in:
leehk 2025-04-15 13:50:04 +08:00
parent 11934d7e6f
commit a486b8d7b0
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,3 @@
# .github/workflows/build.yml
# This workflow triggers the build process and calls the reusable template.
name: Build aimingmed-ai ${{ github.ref_name }}+${{ github.run_id }}
# Triggers: Equivalent to ADO trigger block

View File

@ -1,6 +1,3 @@
# This is a reusable workflow template containing the Docker build logic for one image.
# It's called by build.yml for each item in the matrix.
name: Reusable Docker Build Template
# Define inputs expected from the calling workflow