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

update ghrc.io
This commit is contained in:
Hong Kai LEE 2025-04-15 15:07:14 +08:00 committed by GitHub
commit 3ddbf883de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ jobs:
# Define tags consistently using inputs
id: tags
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_commit_sha=${{ inputs.commit_sha }}" >> $GITHUB_OUTPUT