mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-03 13:49:35 +08:00
corrected uses
This commit is contained in:
parent
bb27bfcfee
commit
9189738e59
2
.github/workflows/build_new.yml
vendored
2
.github/workflows/build_new.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
run: echo "image_repo=ghcr.io/$(echo "$GITHUB_REPOSITORY" | tr '[A-Z]' '[a-z]')" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
# Call the reusable workflow for testing
|
||||
- uses: ./.github/workflows/template_test.yml # Path to the reusable workflow file
|
||||
- uses: .github/workflows/template_test.yml # Path to the reusable workflow file
|
||||
with:
|
||||
projectName: aimingmed-ai
|
||||
image_repo: ${{ steps.set_image_repo.outputs.image_repo }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user