mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-05 22:53:23 +08:00
update ghrc.io
This commit is contained in:
parent
41ba584c18
commit
83ee012951
2
.github/workflows/template_build.yml
vendored
2
.github/workflows/template_build.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
# Define tags consistently using inputs
|
# Define tags consistently using inputs
|
||||||
id: tags
|
id: tags
|
||||||
run: |
|
run: |
|
||||||
echo "image_repo_path=${{ inputs.repo }}/${{ inputs.project_name }}/${{ inputs.image_name }}" >> $GITHUB_OUTPUT
|
echo "image_repo_path=ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')/${{ inputs.image_name }}" >> $GITHUB_OUTPUT
|
||||||
echo "tag_build_id=${{ inputs.build_id }}" >> $GITHUB_OUTPUT
|
echo "tag_build_id=${{ inputs.build_id }}" >> $GITHUB_OUTPUT
|
||||||
echo "tag_commit_sha=${{ inputs.commit_sha }}" >> $GITHUB_OUTPUT
|
echo "tag_commit_sha=${{ inputs.commit_sha }}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user