diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index c617713..c5bf5ab 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -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 diff --git a/.github/workflows/templates/template_build.yml b/.github/workflows/templates/template_build.yml index 32892b4..ec91182 100644 --- a/.github/workflows/templates/template_build.yml +++ b/.github/workflows/templates/template_build.yml @@ -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