From 83ee012951ec8d90d8470056601deffeae4d804e Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 15:06:49 +0800 Subject: [PATCH] update ghrc.io --- .github/workflows/template_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_build.yml b/.github/workflows/template_build.yml index 0764359..d61fba5 100644 --- a/.github/workflows/template_build.yml +++ b/.github/workflows/template_build.yml @@ -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