mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 00:43:33 +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
|
run: echo "image_repo=ghcr.io/$(echo "$GITHUB_REPOSITORY" | tr '[A-Z]' '[a-z]')" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
# Call the reusable workflow for testing
|
# 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:
|
with:
|
||||||
projectName: aimingmed-ai
|
projectName: aimingmed-ai
|
||||||
image_repo: ${{ steps.set_image_repo.outputs.image_repo }}
|
image_repo: ${{ steps.set_image_repo.outputs.image_repo }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user