Merge pull request #37 from aimingmed/feature/backend-frontend-structure

new workflows name
This commit is contained in:
Hong Kai LEE 2025-04-15 13:50:39 +08:00 committed by GitHub
commit c8bf621c87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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